Home
last modified time | relevance | path

Searched defs:reportInvalidAlignedAllocAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_errors.cpp48 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment) { in reportInvalidAlignedAllocAlignment() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment() function