Home
last modified time | relevance | path

Searched refs:delete_object (Results 1 – 13 of 13) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_small_object_pool.h68 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.h43 m_allocator.delete_object(this, *ed);
45 m_allocator.delete_object(this);
H A D_flow_graph_impl.h168 my_allocator.delete_object(this, ed); in execute()
177 my_allocator.delete_object(this, ed); in cancel()
/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h134 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 Dparallel_for_each.h129 my_allocator.delete_object(this, ed); in finalize()
279 my_allocator.delete_object(this, ed);
344 my_allocator.delete_object(this, ed);
H A Dparallel_invoke.h94 my_allocator.delete_object(this, ed); in finalize()
H A Dtask_arena.h214 m_allocator.delete_object(this, ed); in finalize()
H A Dpartitioner.h177 self->m_allocator.delete_object(self, ed); in fold_tree()
/oneTBB/src/tbb/
H A Dmailbox.h193 t->allocator.delete_object(t); in drain()
H A Darena_slot.cpp53 tp.allocator.delete_object(&tp, ed); in get_task_impl()
H A Darena.h464 tp.allocator.delete_object(&tp, ed); in steal_task()
H A Dparallel_pipeline.cpp319 m_allocator.delete_object(this, ed); in finalize()
H A Dtask_dispatcher.h449 tp->allocator.delete_object(tp, ed); in get_mailbox_task()