Searched refs:MaxAllowedMallocSize (Results 1 – 1 of 1) sorted by relevance
218 static const uptr MaxAllowedMallocSize = member307 if (UNLIKELY(Size >= MaxAllowedMallocSize) || in allocate()308 UNLIKELY(AlignedSize >= MaxAllowedMallocSize)) { in allocate()311 reportAllocationSizeTooBig(Size, AlignedSize, MaxAllowedMallocSize); in allocate()