Home
last modified time | relevance | path

Searched refs:defaultMemPool (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1049 defaultMemPool->extMemPool.loc.cleanAll(); in LOCModelTester()
1050 defaultMemPool->extMemPool.loc.reset(); in LOCModelTester()
1069 … scen.saveLmb(defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize)); in LOCModelTester()
1145 defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize) ); in operator ()()
1181 … lmbArray[i] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in operator ()()
1198 defaultMemPool->extMemPool.loc.cleanAll(); in LOCCollapsingTester()
1199 defaultMemPool->extMemPool.loc.reset(); in LOCCollapsingTester()
1355 defaultMemPool->extMemPool.loc.cleanAll(); in TestReallocDecreasing()
1534 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
1537 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
[all …]
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1102 next = defaultMemPool->next; in init()
1103 defaultMemPool->next = this; in init()
1104 prev = defaultMemPool; in init()
1151 MALLOC_ASSERT(this==defaultMemPool, nullptr); in destroy()
2040 if (!defaultMemPool) { in initMemoryManager()
2045 bool initOk = defaultMemPool-> in initMemoryManager()
2668 internalPoolFree(defaultMemPool, object, 0); in internalFree()
2811 __TBB_ASSERT_RELEASE(pool!=defaultMemPool, in pool_identify()
2871 defaultMemPool->onThreadShutdown(defaultMemPool->getTLS(/*create=*/false)); in doThreadShutdownNotification()
2920 defaultMemPool->destroy(); in __TBB_mallocProcessShutdownNotification()
[all …]