Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp457 extMemPool->loc.doCleanup( func.getCurrTime(), /*doThreshDecr=*/false); in ExecuteOperation()
610 bool doCleanup = false; in forgetOutdatedState() local
614 doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * threshold); in forgetOutdatedState()
616doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * (lastCleanedAge - lastGe… in forgetOutdatedState()
618 if (doCleanup) { in forgetOutdatedState()
803 bool LargeObjectCache::doCleanup(uintptr_t currTime, bool doThreshDecr) in doCleanup() function in rml::internal::LargeObjectCache
815 return doCleanup(cacheCurrTime.load(std::memory_order_acquire), /*doThreshDecr=*/true); in decreasingCleanup()
820 return doCleanup(cacheCurrTime.load(std::memory_order_acquire), /*doThreshDecr=*/false); in regularCleanup()
H A Dlarge_objects.h347 bool doCleanup(uintptr_t currTime, bool doThreshDecr);
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp940 void doCleanup() { in doCleanup() function in CacheBinModel
1001 if ( currTime % rml::internal::cacheCleanupFreq == 0 ) doCleanup(); in get()
1027 if ( cleanUpNeeded ) doCleanup(); in putList()