Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.h24 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment);
Dscudo_errors.cpp36 void NORETURN reportAllocationAlignmentNotPowerOfTwo(uptr Alignment) { in reportAllocationAlignmentNotPowerOfTwo() function
Dscudo_allocator.cpp702 reportAllocationAlignmentNotPowerOfTwo(Alignment); in scudoAllocate()