| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _small_object_pool.h | 71 small_object_allocator alloc = *this; in delete_object() local 80 small_object_allocator alloc = *this; in delete_object() local
|
| H A D | _concurrent_unordered_base.h | 253 concurrent_unordered_base( size_type bucket_count, const allocator_type& alloc ) in concurrent_unordered_base() 256 …oncurrent_unordered_base( size_type bucket_count, const hasher& hash, const allocator_type& alloc ) in concurrent_unordered_base() 259 explicit concurrent_unordered_base( const allocator_type& alloc ) in concurrent_unordered_base() 266 : concurrent_unordered_base(bucket_count, hash, equal, alloc) in concurrent_unordered_base() argument 273 size_type bucket_count, const allocator_type& alloc ) in concurrent_unordered_base() 278 … size_type bucket_count, const hasher& hash, const allocator_type& alloc ) in concurrent_unordered_base() 296 concurrent_unordered_base( const concurrent_unordered_base& other, const allocator_type& alloc ) in concurrent_unordered_base() 322 concurrent_unordered_base( concurrent_unordered_base&& other, const allocator_type& alloc ) in concurrent_unordered_base() 341 size_type bucket_count, const allocator_type& alloc ) in concurrent_unordered_base() 812 : base_type(alloc) {} in base_type() argument [all …]
|
| H A D | _segment_table.h | 63 : my_segment_table_allocator(alloc), my_segment_table(nullptr) in my_segment_table_allocator() argument 84 segment_table( const segment_table& other, const allocator_type& alloc ) in segment_table() 106 segment_table( segment_table&& other, const allocator_type& alloc ) in segment_table() 405 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type& alloc, in internal_move_construct_with_allocator()
|
| H A D | _concurrent_skip_list.h | 91 static skip_list_node* create( container_allocator_type& alloc, size_type height ) { in create() 107 static void destroy( container_allocator_type& alloc, skip_list_node* node ) { in destroy() 291 …: my_node_allocator(alloc), my_compare(comp), my_head_ptr(nullptr), my_size(0), my_max_height(0) {} in my_node_allocator() argument 293 explicit concurrent_skip_list( const allocator_type& alloc ) in concurrent_skip_list() 299 : concurrent_skip_list(comp, alloc) in concurrent_skip_list() argument 305 concurrent_skip_list( InputIterator first, InputIterator last, const allocator_type& alloc ) in concurrent_skip_list() 312 concurrent_skip_list( std::initializer_list<value_type> init, const allocator_type& alloc ) in concurrent_skip_list() 324 concurrent_skip_list( const concurrent_skip_list& other, const allocator_type& alloc ) in concurrent_skip_list() 339 concurrent_skip_list( concurrent_skip_list&& other, const allocator_type& alloc ) in concurrent_skip_list()
|
| H A D | _task_handle.h | 49 …k_handle_task(d1::wait_context& wo, d1::task_group_context& ctx, d1::small_object_allocator& alloc) in task_handle_task()
|
| H A D | _concurrent_queue_base.h | 371 micro_queue_pop_finalizer( Container& queue, Allocator& alloc, ticket_type k, padded_page* p ) : in micro_queue_pop_finalizer()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_priority_queue.h | 54 explicit concurrent_priority_queue( const allocator_type& alloc ) in concurrent_priority_queue() 91 : concurrent_priority_queue(begin, end, Compare(), alloc) {} in concurrent_priority_queue() argument 97 : concurrent_priority_queue(init, Compare(), alloc) {} in concurrent_priority_queue() argument 106 concurrent_priority_queue( const concurrent_priority_queue& other, const allocator_type& alloc ) in concurrent_priority_queue() 120 concurrent_priority_queue( concurrent_priority_queue&& other, const allocator_type& alloc ) in concurrent_priority_queue()
|
| H A D | concurrent_set.h | 82 …concurrent_set( const concurrent_set& other, const allocator_type& alloc ) : base_type(other, allo… in concurrent_set() 84 …concurrent_set( concurrent_set&& other, const allocator_type& alloc ) : base_type(std::move(other)… in concurrent_set() 183 …concurrent_multiset( const concurrent_multiset& other, const allocator_type& alloc ) : base_type(o… in concurrent_multiset() 185 …concurrent_multiset( concurrent_multiset&& other, const allocator_type& alloc ) : base_type(std::m… in concurrent_multiset()
|
| H A D | concurrent_unordered_set.h | 75 …concurrent_unordered_set( const concurrent_unordered_set& other, const allocator_type& alloc ) : b… in concurrent_unordered_set() 77 …concurrent_unordered_set( concurrent_unordered_set&& other, const allocator_type& alloc ) : base_t… in concurrent_unordered_set() 214 …nordered_multiset( const concurrent_unordered_multiset& other, const allocator_type& alloc ) : bas… in concurrent_unordered_multiset() 216 …ent_unordered_multiset( concurrent_unordered_multiset&& other, const allocator_type& alloc ) : bas… in concurrent_unordered_multiset()
|
| H A D | concurrent_unordered_map.h | 77 …concurrent_unordered_map( const concurrent_unordered_map& other, const allocator_type& alloc ) : b… in concurrent_unordered_map() 79 …concurrent_unordered_map( concurrent_unordered_map&& other, const allocator_type& alloc ) : base_t… in concurrent_unordered_map() 277 …nordered_multimap( const concurrent_unordered_multimap& other, const allocator_type& alloc ) : bas… in concurrent_unordered_multimap() 279 …ent_unordered_multimap( concurrent_unordered_multimap&& other, const allocator_type& alloc ) : bas… in concurrent_unordered_multimap()
|
| H A D | concurrent_map.h | 99 …concurrent_map( const concurrent_map& other, const allocator_type& alloc ) : base_type(other, allo… in concurrent_map() 101 …concurrent_map( concurrent_map&& other, const allocator_type& alloc ) : base_type(std::move(other)… in concurrent_map() 250 …concurrent_multimap( const concurrent_multimap& other, const allocator_type& alloc ) : base_type(o… in concurrent_multimap() 252 …concurrent_multimap( concurrent_multimap&& other, const allocator_type& alloc ) : base_type(std::m… in concurrent_multimap()
|
| H A D | concurrent_vector.h | 283 explicit concurrent_vector( const allocator_type& alloc ) noexcept in concurrent_vector() 289 : concurrent_vector(alloc) in concurrent_vector() argument 299 : concurrent_vector(alloc) in concurrent_vector() argument 310 : concurrent_vector(alloc) in concurrent_vector() argument 329 concurrent_vector( const concurrent_vector& other, const allocator_type& alloc ) in concurrent_vector() 336 concurrent_vector( concurrent_vector&& other, const allocator_type& alloc ) in concurrent_vector()
|
| H A D | task_arena.h | 226 enqueue_task(const F& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(f) {} in enqueue_task() 227 enqueue_task(F&& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(std::move(f)) {} in enqueue_task()
|
| H A D | task_group.h | 100 …_task(FF&& f, d1::wait_context& wo, d1::task_group_context& ctx, d1::small_object_allocator& alloc) in function_task() 461 function_task(const F& f, wait_context& wo, small_object_allocator& alloc) in function_task() 466 function_task(F&& f, wait_context& wo, small_object_allocator& alloc) in function_task()
|
| H A D | parallel_for_each.h | 172 small_object_allocator alloc; in internal_add_copy_impl() local
|
| H A D | concurrent_queue.h | 32 std::pair<bool, ticket_type> internal_try_pop_impl(void* dst, QueueRep& queue, Allocator& alloc ) { in internal_try_pop_impl()
|
| H A D | concurrent_hash_map.h | 116 …hash_map_base( const allocator_type& alloc ) : my_allocator(alloc), my_mask(embedded_buckets - 1),… in hash_map_base()
|
| /oneTBB/src/tbb/ |
| H A D | parallel_pipeline.cpp | 284 d1::small_object_allocator alloc{}; in try_spawn_stage_task() local 293 stage_task(pipeline& pipeline, d1::small_object_allocator& alloc ) : in stage_task() 303 …ine& pipeline, d1::base_filter* filter, const task_info& info, d1::small_object_allocator& alloc) : in stage_task() 343 d1::small_object_allocator alloc{}; in spawn_stage_task() local 451 d1::small_object_allocator alloc{}; in parallel_pipeline() local
|
| H A D | task_dispatcher.cpp | 56 d1::small_object_allocator alloc{}; in spawn() local
|
| /oneTBB/test/common/ |
| H A D | concurrent_priority_queue_common.h | 129 auto alloc = q1.get_allocator(); in type_tester() local
|
| H A D | custom_allocators.h | 131 void set_counters( const Allocator& alloc ) { in set_counters()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 913 test_allocator_type alloc; in TestInsertFindErase() local
|