Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp765 reportInvalidAlignedAllocAlignment(Size, Alignment); in scudoAlignedAlloc()
/freebsd-13.1/contrib/llvm-project/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.inc208 scudo::reportInvalidAlignedAllocAlignment(alignment, size);