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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
  156                      QuarantineCallback(*this, TSD->Cache));
  157     TSD->Cache.destroy(&Stats);
  198       Block = TSD->Cache.allocate(ClassId);
  552         TSD->Cache.deallocate(ClassId, BlockBegin);
  564                      QuarantineCallback(*this, TSD->Cache), Ptr, Size);
projects/compiler-rt/lib/scudo/standalone/tsd.h
   31     Instance->initCache(&Cache);