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

References

projects/compiler-rt/lib/scudo/standalone/tsd.h
   26   typename Allocator::CacheT Cache;
   27   typename Allocator::QuarantineCacheT QuarantineCache;
   30   void initLinkerInitialized(Allocator *Instance) {
   34   void init(Allocator *Instance) {
   39   void commitBack(Allocator *Instance) { Instance->commitBack(this); }