Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h263 bool regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currAge, bool doThreshDecr);
349 bool regularCleanup();
H A Dlarge_objects.cpp704 bool LargeObjectCacheImpl<Props>::regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currTime, boo… in regularCleanup() function in rml::internal::LargeObjectCacheImpl
808 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::LargeObjectCache
1025 ret = loc.regularCleanup(); in softCachesCleanup()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1550 loc->regularCleanup(); in clean()