Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_tagged_buffer_impl.h56 …::allocator_traits<Allocator>::template rebind_alloc<list_array_type> pointer_array_allocator_type; typedef
104 new_pointer_array = pointer_array_allocator_type().allocate(new_size); in grow_array()
142 pointer_array = pointer_array_allocator_type().allocate(my_size); in internal_initialize_buffer()
163 pointer_array_allocator_type().deallocate(pa, sz); in internal_free_buffer()