Home
last modified time | relevance | path

Searched refs:mallocLargeObject (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1069 … 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 ()()
1534 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
1537 … loArray[localIdx] = defaultMemPool->extMemPool.mallocLargeObject(defaultMemPool, allocationSize); in populateCache()
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h621 LargeMemoryBlock *mallocLargeObject(MemoryPool *pool, size_t allocationSize);
H A Dlarge_objects.cpp980 LargeMemoryBlock *ExtMemoryPool::mallocLargeObject(MemoryPool *pool, size_t allocationSize) in mallocLargeObject() function in rml::internal::ExtMemoryPool
H A Dfrontend.cpp2296 lmb = extMemPool.mallocLargeObject(this, allocationSize); in getFromLLOCache()