Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_errors.h23 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment,
H A Dscudo_errors.cpp31 void NORETURN reportAllocationAlignmentTooBig(uptr Alignment, in reportAllocationAlignmentTooBig() function
H A Dscudo_allocator.cpp298 reportAllocationAlignmentTooBig(Alignment, MaxAlignment); in allocate()