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

References

projects/compiler-rt/lib/scudo/standalone/quarantine.h
  187     Cache.initLinkerInitialized();
  206       Cache.transfer(C);
  208     if (Cache.getSize() > getMaxSize() && RecyleMutex.tryLock())
  215       Cache.transfer(C);
  223     Cache.getStats(Str);
  247       const uptr CacheSize = Cache.getSize();
  248       const uptr OverheadSize = Cache.getOverheadSize();
  257         Cache.mergeBatches(&Tmp);
  261       while (Cache.getSize() > MinSize)
  262         Tmp.enqueueBatch(Cache.dequeueBatch());