Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h765 typedef cache_aligned_allocator<Input> internals_allocator; in __TBB_requires() typedef
770 typedef function_input<input_type,output_type,Policy,internals_allocator> input_impl_type; in __TBB_requires()
771 typedef function_input_queue<input_type, internals_allocator> input_queue_type; in __TBB_requires()
861 typedef cache_aligned_allocator<Input> internals_allocator; in __TBB_requires() typedef
870 input_type, output_ports_type, Policy, internals_allocator> input_impl_type; in __TBB_requires()
871 typedef function_input_queue<input_type, internals_allocator> input_queue_type; in __TBB_requires()
1152 typedef cache_aligned_allocator<T> internals_allocator; typedef
1369 : graph_node(g), reservable_item_buffer<T, internals_allocator>(), receiver<T>(), in buffer_node()
1488 reservable_item_buffer<T, internals_allocator>::reset(); in reset_node()