Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd.h75 typename Allocator::CacheT &getCache() REQUIRES(Mutex) { return Cache; } in getCache() function
H A Dcombined.h273 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()
H A Dtsd_shared.h130 TSDs[I].getCache().getStats(Str); in getStats()