Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp59 largeCache.hugeSizeThresholdIdx = LargeCacheType::numBins; in setHugeSizeThreshold()
777 return largeCache.getLOCSize() + hugeCache.getLOCSize(); in getLOCSize()
791 return largeCache.getUsedSize() + hugeCache.getUsedSize(); in getUsedSize()
808 bool large_cache_cleaned = largeCache.regularCleanup(extMemPool, currTime, doThreshDecr); in doCleanup()
825 bool large_cache_cleaned = largeCache.cleanAll(extMemPool); in cleanAll()
832 largeCache.reset(); in reset()
870 largeCache.reportStat(f); in reportStat()
888 largeCache.updateCacheState(extMemPool, op, size); in updateCacheState()
950 largeCache.putList(extMemPool, curr); in putList()
962 largeCache.putList(extMemPool, largeBlock); in put()
[all …]
H A Dlarge_objects.h311 LargeCacheType largeCache; variable
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1055 const int binIdx = defaultMemPool->extMemPool.loc.largeCache.sizeToIdx( allocationSize ); in LOCModelTester()
1058 …ctCache::LargeCacheTypeProps>::tooLargeLOC = defaultMemPool->extMemPool.loc.largeCache.tooLargeLOC; in LOCModelTester()
1059 …che::LargeCacheTypeProps> cacheBinModel(defaultMemPool->extMemPool.loc.largeCache.bin[binIdx], all… in LOCModelTester()