Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_errors.h26 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment);
H A Dscudo_errors.cpp48 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment) { in reportInvalidAlignedAllocAlignment() function
H A Dscudo_allocator.cpp766 reportInvalidAlignedAllocAlignment(Size, Alignment); in scudoAlignedAlloc()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp54 EXPECT_DEATH(scudo::reportInvalidAlignedAllocAlignment(123, 456), in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.h53 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.inc225 scudo::reportInvalidAlignedAllocAlignment(alignment, size);