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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
  104   typedef typename QuarantineT::CacheT QuarantineCacheT;
projects/compiler-rt/lib/scudo/standalone/quarantine.h
  197   void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) {
  203   void NOINLINE drain(CacheT *C, Callback Cb) {
  212   void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) {
  231   CacheT Cache;
  238     CacheT Tmp;
  268   void NOINLINE doRecycle(CacheT *C, Callback Cb) {