Searched refs:doCleanup (Results 1 – 3 of 3) sorted by relevance
457 extMemPool->loc.doCleanup( func.getCurrTime(), /*doThreshDecr=*/false); in ExecuteOperation()610 bool doCleanup = false; in forgetOutdatedState() local614 doCleanup = sinceLastGet > static_cast<uintptr_t>(Props::LongWaitFactor * threshold); in forgetOutdatedState()616 …doCleanup = 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::LargeObjectCache815 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()
347 bool doCleanup(uintptr_t currTime, bool doThreshDecr);
940 void doCleanup() { in doCleanup() function in CacheBinModel1001 if ( currTime % rml::internal::cacheCleanupFreq == 0 ) doCleanup(); in get()1027 if ( cleanUpNeeded ) doCleanup(); in putList()