Home
last modified time | relevance | path

Searched refs:reportInvalidAlignedAllocAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h56 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment);
H A Dreport.cpp184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment() function
H A Dwrappers_c.inc307 scudo::reportInvalidAlignedAllocAlignment(alignment, size);
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp53 EXPECT_DEATH(scudo::reportInvalidAlignedAllocAlignment(123, 456), in TEST()