Home
last modified time | relevance | path

Searched refs:pool_reset (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbbmalloc/def/
H A Dwin32-tbbmalloc.def41 ?pool_reset@rml@@YA_NPAVMemoryPool@1@@Z
H A Dwin64-tbbmalloc.def41 ?pool_reset@rml@@YA_NPEAVMemoryPool@1@@Z
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp106 bool ok = pool_reset(pool); in TestPoolReset()
566 bool ok = pool_reset(pool); in TestPoolKeepTillDestroy()
625 fail = rml::pool_reset(nullptr); in TestEntries()
H A Dtest_malloc_whitebox.cpp534 pool_reset(mallocPool); in TestPools()
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h190 TBBMALLOC_EXPORT bool pool_reset(MemoryPool* memPool);
H A Dmemory_pool.h48 void recycle() { rml::pool_reset(my_pool); } in recycle()
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2746 bool pool_reset(rml::MemoryPool* memPool) in pool_reset() function