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

References

projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  119   RegisterDeallocation(p);
  121     allocator.Deallocate(GetAllocatorCache(), p);
  124   p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
  124   p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment);
  125   RegisterAllocation(stack, p, new_size);
  126   return p;