Searched refs:regularCleanup (Results 1 – 3 of 3) sorted by relevance
263 bool regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currAge, bool doThreshDecr);349 bool regularCleanup();
704 bool LargeObjectCacheImpl<Props>::regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currTime, boo… in regularCleanup() function in rml::internal::LargeObjectCacheImpl808 bool large_cache_cleaned = largeCache.regularCleanup(extMemPool, currTime, doThreshDecr); in doCleanup()809 bool huge_cache_cleaned = hugeCache.regularCleanup(extMemPool, currTime, doThreshDecr); in doCleanup()818 bool LargeObjectCache::regularCleanup() in regularCleanup() function in rml::internal::LargeObjectCache1025 ret = loc.regularCleanup(); in softCachesCleanup()
1550 loc->regularCleanup(); in clean()