Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.h24 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment);
H A Dscudo_errors.cpp36 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment) { in reportAllocationAlignmentNotPowerOfTwo() function
H A Dscudo_allocator.cpp706 reportAllocationAlignmentNotPowerOfTwo(Alignment); in scudoAllocate()