Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h147 rawAllocType pAlloc; member
162 pAlloc(pAlloc_), pFree(pFree_), granularity(granularity_), version(TBBMALLOC_POOL_VERSION), in pAlloc() function
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1096 if (!extMemPool.init(poolId, policy->pAlloc, policy->pFree, in init()
2693 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2702 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp452 pol.pAlloc = getMallocMem; in TestPools()