reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
324 if (UNLIKELY(Size >= MaxAllowedMallocSize) || 325 UNLIKELY(AlignedSize >= MaxAllowedMallocSize)) { 328 reportAllocationSizeTooBig(Size, AlignedSize, MaxAllowedMallocSize);