reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
120 if (new_size > kMaxAllowedMallocSize) { 122 return ReportAllocationSizeTooBig(new_size, stack); 124 p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); 125 RegisterAllocation(stack, p, new_size);