Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A DREADME.md23 * `T` - enables extended testing (recycle task in a loop).
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst22 * - \ ``void P::recycle();``
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dfixed_pool_cls.rst46 void recycle();
H A Dmemory_pool_cls.rst52 void recycle();
/oneTBB/doc/main/tbb_userguide/
H A Dcreate_token_based_system.rst133 ``multifunction_node``, you can choose to recycle or not recycle a token, or
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp214 pool.recycle();
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h48 void recycle() { rml::pool_reset(my_pool); } in recycle() function