Searched refs:getCache (Results 1 – 3 of 3) sorted by relevance
75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in getCache() function
273 QuarantineCallback(*this, TSD->getCache())); in commitBack()274 TSD->getCache().destroy(&Stats); in commitBack()280 QuarantineCallback(*this, TSD->getCache())); in drainCache()281 TSD->getCache().drain(); in drainCache()390 Block = TSD->getCache().allocate(ClassId);396 Block = TSD->getCache().allocate(++ClassId);1273 CacheDrained = TSD->getCache().deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()1287 QuarantineCallback(*this, TSD->getCache()), Ptr, Size); in quarantineOrDeallocateChunk()
130 TSDs[I].getCache().getStats(Str); in getStats()