Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h211 LargeMemoryBlock *cleanAll(BinBitMask *bitMask, int idx);
264 bool cleanAll(ExtMemoryPool *extMemPool);
350 bool cleanAll();
H A Dlarge_objects.cpp428 *opCast<OpCleanAll>(*opClean).res = bin->cleanAll(bitMask, idx); in operator ()()
668 CacheBin::cleanAll(BinBitMask *bitMask, int idx) in cleanAll() function in rml::internal::LargeObjectCacheImpl::CacheBin
748 bool LargeObjectCacheImpl<Props>::cleanAll(ExtMemoryPool *extMemPool) in cleanAll() function in rml::internal::LargeObjectCacheImpl
823 bool LargeObjectCache::cleanAll() in cleanAll() function in rml::internal::LargeObjectCache
825 bool large_cache_cleaned = largeCache.cleanAll(extMemPool); in cleanAll()
826 bool huge_cache_cleaned = hugeCache.cleanAll(extMemPool); in cleanAll()
1046 ret |= loc.cleanAll(); in hardCachesCleanup()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1049 defaultMemPool->extMemPool.loc.cleanAll(); in LOCModelTester()
1198 defaultMemPool->extMemPool.loc.cleanAll(); in LOCCollapsingTester()
1355 defaultMemPool->extMemPool.loc.cleanAll(); in TestReallocDecreasing()
1546 loc->cleanAll(); in clean()