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

References

projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  111   if (&__sanitizer_free_hook) __sanitizer_free_hook(p);
  112   RunFreeHooks(p);
  113   RegisterDeallocation(p);
  114   allocator.Deallocate(GetAllocatorCache(), p);