reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 addToSize(From->getSize()); 166 void addToSize(uptr add) { atomic_store_relaxed(&Size, getSize() + add); } 167 void subFromSize(uptr sub) { atomic_store_relaxed(&Size, getSize() - sub); } 199 if (C->getSize() > getCacheSize()) 208 if (Cache.getSize() > getMaxSize() && RecyleMutex.tryLock()) 247 const uptr CacheSize = Cache.getSize(); 261 while (Cache.getSize() > MinSize)