Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp218 static const uptr MaxAllowedMallocSize = member
307 if (UNLIKELY(Size >= MaxAllowedMallocSize) || in allocate()
308 UNLIKELY(AlignedSize >= MaxAllowedMallocSize)) { in allocate()
311 reportAllocationSizeTooBig(Size, AlignedSize, MaxAllowedMallocSize); in allocate()