Searched refs:cleanToThreshold (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.h | 188 …bool cleanToThreshold(ExtMemoryPool *extMemPool, BinBitMask *bitMask, uintptr_t currTime, int idx); 210 LargeMemoryBlock *cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx);
|
| H A D | large_objects.cpp | 430 … *opCast<OpCleanToThreshold>(*opClean).res = bin->cleanToThreshold(prep.cleanTime, bitMask, idx); in operator ()() 482 …CacheBin::cleanToThreshold(ExtMemoryPool *extMemPool, BinBitMask *bitMask, uintptr_t currTime, int… in cleanToThreshold() function in rml::internal::LargeObjectCacheImpl::CacheBin 626 CacheBin::cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx) in cleanToThreshold() function in rml::internal::LargeObjectCacheImpl::CacheBin 732 if (bin[i].cleanToThreshold(extMemPool, &bitMask, currTime, i)) { in regularCleanup()
|