Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthread_data.h110 …, my_small_object_pool{new (cache_aligned_allocate(sizeof(small_object_pool_impl))) small_object_p… in new()
122 my_small_object_pool->destroy(); in ~thread_data()
127 poison_pointer(my_small_object_pool); in ~thread_data()
169 small_object_pool_impl* my_small_object_pool; variable
H A Dsmall_object_pool.cpp35 auto pool = tls.my_small_object_pool; in allocate()
42 auto pool = tls->my_small_object_pool; in allocate()
91 if (td.my_small_object_pool == this) { in deallocate_impl()