Searched refs:allocate_memory (Results 1 – 10 of 10) sorted by relevance
72 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…
33 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()
436 …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()
250 void* __TBB_EXPORTED_FUNC allocate_memory(std::size_t size) { in allocate_memory() function
36 tbb_exception_ptr* eptr = (tbb_exception_ptr*)allocate_memory(sizeof(tbb_exception_ptr)); in allocate()
267 …handle.m_ctl = new(allocate_memory(sizeof(global_control))) global_control(global_control::schedul… in get()
61 …binding_observer = new(allocate_memory(sizeof(numa_binding_observer))) numa_binding_observer(ta, n… in construct_binding_observer()
177 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…
39 ?allocate_memory@r1@detail@tbb@@YAPEAX_K@Z
39 ?allocate_memory@r1@detail@tbb@@YAPAXI@Z