Home
last modified time | relevance | path

Searched refs:pool_create_v1 (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp100 pool_create_v1(0, &pol, &pool); in TestPoolReset()
178 pool_create_v1(0, &pol, &pool); in TestSharedPool()
246 pool_create_v1(id, &pol, &pool[id]); in operator ()()
299 pool_create_v1(0, &pol, &pool); in TestTooSmallBuffer()
407 pool_create_v1((intptr_t)&head, &pol, &pool); in TestFixedBufferPool()
501 pool_create_v1(0, &pol, &pool); in TestPoolGranularity()
543 pool_create_v1(0, &pol, &pool); in TestPoolKeepTillDestroy()
598 pool_create_v1(0, &pol, &pool); in TestEntries()
701 res = pool_create_v1(0, &okPolicy, &pool); in TestPoolCreation()
821 pool_create_v1(0, &pol, &pool); in TestNoLeakOnDestroy()
[all …]
H A Dtest_malloc_whitebox.cpp442 pool_create_v1(0, &pol, &pool1); in TestPools()
443 pool_create_v1(0, &pol, &pool2); in TestPools()
451 pool_create_v1(0, &pol, &fixedPool); in TestPools()
457 pool_create_v1(0, &pol, &mallocPool); in TestPools()
511 pool_create_v1(0, &pol, &mallocPool); in TestPools()
542 pool_create_v1(0, &pol, &mallocPool); in TestPools()
666 pool_create_v1(0, &pol, &mPool); in TestBackend()
H A Dtest_scalable_allocator.cpp153 rml::MemPoolError ret = pool_create_v1((intptr_t)&fixedPool, &pol, &pool); in TestSmallFixedSizePool()
/oneTBB/src/tbbmalloc/def/
H A Dwin32-tbbmalloc.def37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@HPBUMemPoolPolicy@1@PAPAVMemoryPool@1@@Z
H A Dwin64-tbbmalloc.def37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@_JPEBUMemPoolPolicy@1@PEAPEAVMemoryPool@1@@Z
/oneTBB/include/oneapi/tbb/
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()
H A Dscalable_allocator.h182 TBBMALLOC_EXPORT MemPoolError pool_create_v1(std::intptr_t pool_id, const MemPoolPolicy *policy,
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2695 pool_create_v1(pool_id, &pol, &pool); in pool_create()
2699 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1() function