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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
  126     stats_.Init();
  128       s->Register(&stats_);
  149       s->Unregister(&stats_);
  163     stats_.Add(AllocatorStatAllocated, c->class_size);
  177     stats_.Sub(AllocatorStatAllocated, c->class_size);
  237     TransferBatch *b = allocator->AllocateBatch(&stats_, this, class_id);
  262     allocator->DeallocateBatch(&stats_, class_id, b);