reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 if (UNLIKELY(Size >= MaxAllowedMallocSize || 184 NeededSize >= MaxAllowedMallocSize)) { 187 reportAllocationSizeTooBig(Size, NeededSize, MaxAllowedMallocSize);