Searched refs:delete_object (Results 1 – 13 of 13) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _small_object_pool.h | 68 void delete_object(Type* object, const execution_data& ed) { in delete_object() function 77 void delete_object(Type* object) { in delete_object() function
|
| H A D | _task_handle.h | 43 m_allocator.delete_object(this, *ed); 45 m_allocator.delete_object(this);
|
| H A D | _flow_graph_impl.h | 168 my_allocator.delete_object(this, ed); in execute() 177 my_allocator.delete_object(this, ed); in cancel()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_scan.h | 134 m_allocator.delete_object<final_sum>(this, ed); in finalize() 163 m_allocator.delete_object<final_sum>(this, ed); in self_destroy() 237 m_allocator.delete_object<sum_node>(this, ed); in finalize() 269 m_allocator.delete_object<sum_node>(this, ed); in self_destroy() 343 m_allocator.delete_object<finish_scan>(this, ed); in finalize() 385 m_allocator.delete_object<start_scan>(this, ed); in finalize() 447 alloc.delete_object<final_sum_type>(&temp_body); in run()
|
| H A D | parallel_for_each.h | 129 my_allocator.delete_object(this, ed); in finalize() 279 my_allocator.delete_object(this, ed); 344 my_allocator.delete_object(this, ed);
|
| H A D | parallel_invoke.h | 94 my_allocator.delete_object(this, ed); in finalize()
|
| H A D | task_arena.h | 214 m_allocator.delete_object(this, ed); in finalize()
|
| H A D | partitioner.h | 177 self->m_allocator.delete_object(self, ed); in fold_tree()
|
| /oneTBB/src/tbb/ |
| H A D | mailbox.h | 193 t->allocator.delete_object(t); in drain()
|
| H A D | arena_slot.cpp | 53 tp.allocator.delete_object(&tp, ed); in get_task_impl()
|
| H A D | arena.h | 464 tp.allocator.delete_object(&tp, ed); in steal_task()
|
| H A D | parallel_pipeline.cpp | 319 m_allocator.delete_object(this, ed); in finalize()
|
| H A D | task_dispatcher.h | 449 tp->allocator.delete_object(tp, ed); in get_mailbox_task()
|