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

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  265     Backend.init(common_flags()->allocator_release_to_os_interval_ms);
  348       BackendPtr = Backend.allocatePrimary(&TSD->Cache, ClassId);
  354       BackendPtr = Backend.allocateSecondary(BackendSize, Alignment);
  571     Backend.destroyCache(&TSD->Cache);
  577     Backend.getStats(stats);
  596     Backend.printStats();
  668   return Instance.Backend;