Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.h22 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment,
Dscudo_errors.cpp30 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment, in reportAllocationAlignmentTooBig() function
Dscudo_allocator.cpp316 reportAllocationAlignmentTooBig(Alignment, MaxAlignment); in allocate()