Home
last modified time | relevance | path

Searched refs:allocate_memory (Results 1 – 10 of 10) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dparallel_pipeline.h72 my_root( new(r1::allocate_memory(sizeof(filter_node_leaf<InputType, OutputType, Body>))) in filter()
91 …return filter_node_ptr( new(r1::allocate_memory(sizeof(filter_node_leaf<InputType, OutputType, Bod… in make_filter()
108 …return filter_node_ptr( new (r1::allocate_memory(sizeof(filter_node))) filter_node(left.my_root,ri…
H A Dtbb_allocator.h33 TBB_EXPORT void* __TBB_EXPORTED_FUNC allocate_memory(std::size_t size);
60 return static_cast<T*>(r1::allocate_memory(n * sizeof(value_type))); in allocate()
/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp436 …new_fitler.my_input_buffer = new (allocate_memory(sizeof(input_buffer))) input_buffer( new_fitler.… in add_filter()
440 …new_fitler.my_input_buffer = new (allocate_memory(sizeof(input_buffer))) input_buffer( /*is_ordere… in add_filter()
H A Dallocator.cpp250 void* __TBB_EXPORTED_FUNC allocate_memory(std::size_t size) { in allocate_memory() function
H A Dtask_group_context.cpp36 tbb_exception_ptr* eptr = (tbb_exception_ptr*)allocate_memory(sizeof(tbb_exception_ptr)); in allocate()
H A Dgovernor.cpp267 …handle.m_ctl = new(allocate_memory(sizeof(global_control))) global_control(global_control::schedul… in get()
H A Darena.cpp61 …binding_observer = new(allocate_memory(sizeof(numa_binding_observer))) numa_binding_observer(ta, n… in construct_binding_observer()
/oneTBB/include/oneapi/tbb/detail/
H A D_pipeline_filters.h177 return new (r1::allocate_memory(sizeof(T))) T(std::move(source));
437 …return new(r1::allocate_memory(sizeof(concrete_filter<InputType, OutputType, Body>))) concrete_fil…
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def39 ?allocate_memory@r1@detail@tbb@@YAPEAX_K@Z
H A Dwin32-tbb.def39 ?allocate_memory@r1@detail@tbb@@YAPAXI@Z