Home
last modified time | relevance | path

Searched refs:cleanup_list (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dsmall_object_pool.cpp119 std::int64_t small_object_pool_impl::cleanup_list(small_object* list) in cleanup_list() function in tbb::detail::r1::small_object_pool_impl
136 m_private_counter -= cleanup_list(m_private_list); in destroy()
140 m_private_counter -= cleanup_list(public_list); in destroy()
H A Dsmall_object_pool_impl.h46 static std::int64_t cleanup_list(small_object* list);