Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp707 reportAllocationAlignmentNotPowerOfTwo(Alignment); in scudoAllocate()