Searched refs:m_allocator (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_scan.h | 98 small_object_allocator m_allocator; 134 m_allocator.delete_object<final_sum>(this, ed); in finalize() 185 small_object_allocator m_allocator; member 197 m_allocator(alloc) in sum_node() 237 m_allocator.delete_object<sum_node>(this, ed); in finalize() 269 m_allocator.delete_object<sum_node>(this, ed); in self_destroy() 287 small_object_allocator m_allocator; member 319 m_allocator(alloc), in finish_scan() 366 small_object_allocator m_allocator; member 403 m_allocator(alloc), in start_scan() [all …]
|
| H A D | task_arena.h | 210 small_object_allocator m_allocator; variable 214 m_allocator.delete_object(this, ed); in finalize() 226 enqueue_task(const F& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(f) {} in enqueue_task() 227 enqueue_task(F&& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(std::move(f)) {} in enqueue_task()
|
| H A D | task_group.h | 438 small_object_allocator m_allocator; variable 444 auto allocator = m_allocator; in finalize() 464 , m_allocator(alloc) {} in function_task() 469 , m_allocator(alloc) {} in function_task()
|
| H A D | partitioner.h | 134 small_object_allocator m_allocator; member 139 , m_allocator{alloc} {} 177 self->m_allocator.delete_object(self, ed); in fold_tree()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _task_handle.h | 39 d1::small_object_allocator m_allocator; variable 43 m_allocator.delete_object(this, *ed); 45 m_allocator.delete_object(this); 52 , m_allocator(alloc) { in task_handle_task()
|
| /oneTBB/src/tbb/ |
| H A D | parallel_pipeline.cpp | 273 d1::small_object_allocator m_allocator; member in tbb::detail::r1::stage_task 296 m_allocator(alloc), in stage_task() 307 m_allocator(alloc), in stage_task() 319 m_allocator.delete_object(this, ed); in finalize()
|