Home
last modified time | relevance | path

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

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