Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp512 const LargeObjectCache *loc = &((rml::internal::MemoryPool*)mallocPool)->extMemPool.loc; in TestPools() local
535 REQUIRE((!loc->getLOCSize() && !loc->getUsedSize())); in TestPools()
544 const LargeObjectCache *loc = &((rml::internal::MemoryPool*)mallocPool)->extMemPool.loc; in TestPools() local
1510 LargeObjectCache* loc; member
1546 loc->cleanAll(); in clean()
1603 loc->reset(); in TestHugeSizeThresholdImpl()
1612 LargeObjectCache* loc = &defaultMemPool->extMemPool.loc; in TestHugeSizeThreshold() local
1615 loc->reset(); in TestHugeSizeThreshold()
1618 TestHugeSizeThresholdImpl(loc, loc->hugeSizeThreshold, false); in TestHugeSizeThreshold()
1626 loc->hugeSizeThreshold = 0; in TestHugeSizeThreshold()
[all …]
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp375 uintptr_t startTime = extMemPool->loc.getCurrTimeRange(timeRange); in operator ()()
420 …n->putList(prep.head, prep.tail, bitMask, idx, prep.putListNum, extMemPool->loc.hugeSizeThreshold); in operator ()()
422 needCleanup = extMemPool->loc.isCleanupNeededOnRange(timeRange, startTime); in operator ()()
457 extMemPool->loc.doCleanup( func.getCurrTime(), /*doThreshDecr=*/false); in ExecuteOperation()
986 LargeMemoryBlock* lmb = loc.get(allocationSize); in mallocLargeObject()
996 loc.updateCacheState(decrease, allocationSize); in mallocLargeObject()
1013 loc.put(mBlock); in freeLargeObject()
1018 loc.putList(head); in freeLargeObjectList()
1025 ret = loc.regularCleanup(); in softCachesCleanup()
1046 ret |= loc.cleanAll(); in hardCachesCleanup()
[all …]
H A Dtbbmalloc_internal.h561 LargeObjectCache loc;
595 loc.reset();
606 loc.reset();
H A Dfrontend.cpp1086 loc.init(this); in init()
1132 extMemPool.loc.reportStat(stdout); in destroy()
2912 defaultMemPool->extMemPool.loc.reportStat(stdout); in __TBB_mallocProcessShutdownNotification()
3283 defaultMemPool->extMemPool.loc.setHugeSizeThreshold((size_t)value); in scalable_allocation_mode()
H A Dbackend.cpp748 extMemPool->loc.decreasingCleanup()) in releaseCachesToLimit()
/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp213 UINT_PTR loc = pBuff->m_next; in GetLocation() local
215 return loc; in GetLocation()
223 UINT_PTR loc = pBuff->m_next; in GetLocation() local
225 return loc; in GetLocation()