Searched refs:pool_create_v1 (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 100 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 D | test_malloc_whitebox.cpp | 442 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 D | test_scalable_allocator.cpp | 153 rml::MemPoolError ret = pool_create_v1((intptr_t)&fixedPool, &pol, &pool); in TestSmallFixedSizePool()
|
| /oneTBB/src/tbbmalloc/def/ |
| H A D | win32-tbbmalloc.def | 37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@HPBUMemPoolPolicy@1@PAPAVMemoryPool@1@@Z
|
| H A D | win64-tbbmalloc.def | 37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@_JPEBUMemPoolPolicy@1@PEAPEAVMemoryPool@1@@Z
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | memory_pool.h | 206 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 D | scalable_allocator.h | 182 TBBMALLOC_EXPORT MemPoolError pool_create_v1(std::intptr_t pool_id, const MemPoolPolicy *policy,
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 2695 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
|