Home
last modified time | relevance | path

Searched refs:MemPoolError (Results 1 – 5 of 5) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h169 enum MemPoolError { enum
182 TBBMALLOC_EXPORT MemPoolError pool_create_v1(std::intptr_t pool_id, const MemPoolPolicy *policy,
H A Dmemory_pool.h206 rml::MemPoolError res = rml::pool_create_v1(intptr_t(this), &args, &my_pool); in memory_pool()
249 rml::MemPoolError res = rml::pool_create_v1(intptr_t(this), &args, &my_pool); in fixed_pool()
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp153 rml::MemPoolError ret = pool_create_v1((intptr_t)&fixedPool, &pol, &pool); in TestSmallFixedSizePool()
H A Dtest_malloc_pools.cpp635 rml::MemPoolError res = pool_create_v1(0, &okPolicy, &pool); in CreateUsablePool()
696 rml::MemPoolError res = pool_create_v1(0, &nullPolicy, &pool); in TestPoolCreation()
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2699 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()