Home
last modified time | relevance | path

Searched defs:allocator_type (Results 1 – 25 of 33) sorted by relevance

12

/oneTBB/test/common/
H A Diterator.h31 typedef std::allocator<T> allocator_type; typedef
112 typedef std::allocator<T> allocator_type; typedef
139 typedef std::allocator<T> allocator_type; typedef
197 typedef std::allocator<T> allocator_type; typedef
H A Dcontainers_common.h25 using allocator_type = typename ContainerType::allocator_type; in test_allocator_traits() local
H A Dcontainer_move_support.h359 using allocator_type = ArenaAllocator<T, POCMA>; member
377 using allocator_type = typename arena_fixture_type::allocator_type; member
423 …using allocator_type = typename tbb::detail::allocator_traits<Allocator>::template rebind_alloc<co… member
572 …using allocator_type = StaticSharedCountingAllocator<typename allocator_fixture_type::allocator_ty… member
601 using allocator_type = typename move_fixture_type::container_type::allocator_type; member
712 using allocator_type = std::allocator<FooWithAssign>; in test_move_assignment_POCMA_true_stateless_allocator() local
771 using allocator_type = typename container_type::allocator_type; in test_ex_move_ctor_unequal_allocator_memory_failure() local
/oneTBB/include/oneapi/tbb/detail/
H A D_node_handle.h111 using allocator_type = typename base_type::allocator_type; variable
137 using allocator_type = typename base_type::allocator_type; variable
H A D_concurrent_queue_base.h68 using allocator_type = Allocator; variable
368 using allocator_type = Allocator; variable
412 using allocator_type = Allocator; member
H A D_segment_table.h51 using allocator_type = Allocator; variable
398 void internal_move_construct_with_allocator( segment_table&& other, const allocator_type&, in internal_move_construct_with_allocator()
H A D_flow_graph_item_buffer_impl.h43 typedef typename allocator_traits<A>::template rebind_alloc<buffer_item_type> allocator_type; typedef
H A D_flow_graph_node_impl.h62 typedef typename allocator_traits<A>::template rebind_alloc<input_queue_type> allocator_type; typedef
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_set.h40 using allocator_type = Allocator; member
64 using allocator_type = Allocator; variable
165 using allocator_type = Allocator; variable
H A Dconcurrent_unordered_set.h32 using allocator_type = Allocator; member
58 using allocator_type = typename base_type::allocator_type; variable
197 using allocator_type = typename base_type::allocator_type; variable
H A Dconcurrent_unordered_map.h33 using allocator_type = Allocator; member
60 using allocator_type = typename base_type::allocator_type; variable
259 using allocator_type = typename base_type::allocator_type; variable
H A Dconcurrent_map.h42 using allocator_type = Allocator; member
81 using allocator_type = Allocator; variable
231 using allocator_type = Allocator; variable
H A Dtbb_allocator.h69 static malloc_type allocator_type() { in allocator_type() function
H A Dconcurrent_queue.h65 using allocator_type = Allocator; variable
340 using allocator_type = Allocator; variable
H A Dconcurrent_priority_queue.h50 using allocator_type = Allocator; variable
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp206 using allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>; in test_scoped_allocator() typedef
589 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>; typedef
606 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>; typedef
636 using allocator_type = StaticSharedCountingAllocator<std::allocator<double>>; typedef
677 using allocator_type = NotAlwaysEqualAllocator<int>; typedef
H A Dtest_concurrent_unordered_map.cpp229 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>; typedef
H A Dtest_concurrent_priority_queue.cpp192 …using allocator_type = std::allocator_traits<basic_allocator_type>::template rebind_alloc<allocato… in test_scoped_allocator() typedef
H A Dtest_concurrent_queue.cpp171 using allocator_type = StaticSharedCountingAllocator<std::allocator<int>>; typedef
H A Dtest_concurrent_hash_map.cpp394 …using allocator_type = std::scoped_allocator_adaptor<tbb::tbb_allocator<std::pair<const allocator_… in TestScopedAllocator() typedef
771 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>; typedef
823 using allocator_type = NotAlwaysEqualAllocator<std::pair<const int, int>>; typedef
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp72 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
H A Dconformance_concurrent_map.cpp92 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
H A Dconformance_concurrent_unordered_set.cpp85 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
H A Dconformance_concurrent_queue.cpp104 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestFullQueue() typedef
137 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestClear() typedef
680 using allocator_type = decltype(std::declval<CQ>().get_allocator()); in TestPushPop() typedef
1088 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
1720 using allocator_type = typename QueueType::allocator_type; in TestMoveQueue() typedef
1748 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>; typedef
1778 using allocator_type = typename QueueType::allocator_type; in TestMoveQueueUnequal() typedef
1809 … using allocator_type = StaticSharedCountingAllocator<stateful_allocator<move_support_tests::Foo>>; typedef
H A Dconformance_concurrent_unordered_map.cpp102 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef

12