reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  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);