Home
last modified time | relevance | path

Searched refs:doThreshDecr (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp704 …tCacheImpl<Props>::regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currTime, bool doThreshDecr) in regularCleanup() argument
717 …if (!doThreshDecr && tooLargeLOC.load(std::memory_order_relaxed) > 2 && binsSummary.isLOCTooLarge(… in regularCleanup()
725 doThreshDecr = true; in regularCleanup()
729 if (doThreshDecr) in regularCleanup()
803 bool LargeObjectCache::doCleanup(uintptr_t currTime, bool doThreshDecr) in doCleanup() argument
805 if (!doThreshDecr) in doCleanup()
808 bool large_cache_cleaned = largeCache.regularCleanup(extMemPool, currTime, doThreshDecr); in doCleanup()
809 bool huge_cache_cleaned = hugeCache.regularCleanup(extMemPool, currTime, doThreshDecr); in doCleanup()
H A Dlarge_objects.h263 bool regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currAge, bool doThreshDecr);
347 bool doCleanup(uintptr_t currTime, bool doThreshDecr);