Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp114 ok = pool_destroy(pool); in TestPoolReset()
198 bool ok = pool_destroy(pool); in TestSharedPool()
300 bool ok = pool_destroy(pool); in TestTooSmallBuffer()
463 bool ok = pool_destroy(pool); in TestFixedBufferPool()
472 bool ok = pool_destroy(pool); in TestFixedBufferPool()
507 bool ok = pool_destroy(pool); in TestPoolGranularity()
569 ok = pool_destroy(pool); in TestPoolKeepTillDestroy()
620 bool ok = pool_destroy(pool); in TestEntries()
703 bool ok = pool_destroy(pool); in TestPoolCreation()
787 bool ok = pool_destroy(pool); in TestLazyBootstrap()
[all …]
H A Dtest_malloc_whitebox.cpp444 pool_destroy(pool1); in TestPools()
445 pool_destroy(pool2); in TestPools()
501 pool_destroy(mallocPool); in TestPools()
502 pool_destroy(fixedPool); in TestPools()
536 pool_destroy(mallocPool); in TestPools()
558 pool_destroy(mallocPool); in TestPools()
700 pool_destroy(mPool); in TestBackend()
H A Dtest_scalable_allocator.cpp157 pool_destroy(pool); in TestSmallFixedSizePool()
/oneTBB/src/tbbmalloc/def/
H A Dwin32-tbbmalloc.def38 ?pool_destroy@rml@@YA_NPAVMemoryPool@1@@Z
H A Dwin64-tbbmalloc.def38 ?pool_destroy@rml@@YA_NPEAVMemoryPool@1@@Z
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h185 TBBMALLOC_EXPORT bool pool_destroy(MemoryPool* memPool);
H A Dmemory_pool.h64 void destroy() { rml::pool_destroy(my_pool); } in destroy()
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2737 bool pool_destroy(rml::MemoryPool* memPool) in pool_destroy() function