Home
last modified time | relevance | path

Searched refs:reportAllocationAlignmentNotPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_errors.h25 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment);
H A Dscudo_errors.cpp37 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment) { in reportAllocationAlignmentNotPowerOfTwo() function
H A Dscudo_allocator.cpp646 reportAllocationAlignmentNotPowerOfTwo(Alignment); in scudoAllocate()