Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp942 … Props::TooLargeFactor*cacheBinModel.usedSize.load(std::memory_order_relaxed)) tooLargeLOC++; in doCleanup()
943 else tooLargeLOC = 0; in doCleanup()
946 if (tooLargeLOC > 3 && threshold) { in doCleanup()
1041 static intptr_t tooLargeLOC; member in CacheBinModel
1045 template<typename Props> intptr_t CacheBinModel<Props>::tooLargeLOC; member in CacheBinModel<Props>
1058 …l::LargeObjectCache::LargeCacheTypeProps>::tooLargeLOC = defaultMemPool->extMemPool.loc.largeCache… in LOCModelTester()
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp717 …if (!doThreshDecr && tooLargeLOC.load(std::memory_order_relaxed) > 2 && binsSummary.isLOCTooLarge(… in regularCleanup()
740 tooLargeLOC++; in regularCleanup()
742 tooLargeLOC.store(0, std::memory_order_relaxed); in regularCleanup()
759 tooLargeLOC.store(0, std::memory_order_relaxed); in reset()
H A Dlarge_objects.h242 std::atomic<intptr_t> tooLargeLOC;