Home
last modified time | relevance | path

Searched defs:get_allocator (Results 1 – 8 of 8) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h81 allocator_type get_allocator() const { in get_allocator() function
H A D_segment_table.h165 const segment_table_allocator_type& get_allocator() const { in get_allocator() function
169 segment_table_allocator_type& get_allocator() { in get_allocator() function
H A D_concurrent_skip_list.h631 allocator_type get_allocator() const { in get_allocator() function
H A D_concurrent_unordered_base.h395 allocator_type get_allocator() const noexcept { return my_segments.get_allocator(); } in get_allocator() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h224 allocator_type get_allocator() const { return my_allocator; } in get_allocator() function
535 allocator_type get_allocator() const { return my_allocator; } in get_allocator() function
H A Dconcurrent_priority_queue.h225 allocator_type get_allocator() const { return data.get_allocator(); } in get_allocator() function
H A Dconcurrent_hash_map.h172 const bucket_allocator_type& get_allocator() const { in get_allocator() function
176 bucket_allocator_type& get_allocator() { in get_allocator() function
H A Dconcurrent_vector.h478 allocator_type get_allocator() const { in get_allocator() function