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

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  670       Deallocate(old_ptr, 0, 0, stack, FROM_MALLOC);
  866   instance.Deallocate(ptr, 0, 0, stack, alloc_type);
  871   instance.Deallocate(ptr, size, alignment, stack, alloc_type);
  898       instance.Deallocate(p, 0, 0, stack, FROM_MALLOC);