| /oneTBB/test/common/ |
| H A D | iterator.h | 31 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 D | containers_common.h | 25 using allocator_type = typename ContainerType::allocator_type; in test_allocator_traits() local
|
| H A D | container_move_support.h | 359 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.h | 111 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.h | 68 using allocator_type = Allocator; variable 368 using allocator_type = Allocator; variable 412 using allocator_type = Allocator; member
|
| H A D | _segment_table.h | 51 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.h | 43 typedef typename allocator_traits<A>::template rebind_alloc<buffer_item_type> allocator_type; typedef
|
| H A D | _flow_graph_node_impl.h | 62 typedef typename allocator_traits<A>::template rebind_alloc<input_queue_type> allocator_type; typedef
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_set.h | 40 using allocator_type = Allocator; member 64 using allocator_type = Allocator; variable 165 using allocator_type = Allocator; variable
|
| H A D | concurrent_unordered_set.h | 32 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 D | concurrent_unordered_map.h | 33 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 D | concurrent_map.h | 42 using allocator_type = Allocator; member 81 using allocator_type = Allocator; variable 231 using allocator_type = Allocator; variable
|
| H A D | tbb_allocator.h | 69 static malloc_type allocator_type() { in allocator_type() function
|
| H A D | concurrent_queue.h | 65 using allocator_type = Allocator; variable 340 using allocator_type = Allocator; variable
|
| H A D | concurrent_priority_queue.h | 50 using allocator_type = Allocator; variable
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 206 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 D | test_concurrent_unordered_map.cpp | 229 using allocator_type = StaticSharedCountingAllocator<std::allocator<std::pair<const int, int>>>; typedef
|
| H A D | test_concurrent_priority_queue.cpp | 192 …using allocator_type = std::allocator_traits<basic_allocator_type>::template rebind_alloc<allocato… in test_scoped_allocator() typedef
|
| H A D | test_concurrent_queue.cpp | 171 using allocator_type = StaticSharedCountingAllocator<std::allocator<int>>; typedef
|
| H A D | test_concurrent_hash_map.cpp | 394 …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 D | conformance_concurrent_set.cpp | 72 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
|
| H A D | conformance_concurrent_map.cpp | 92 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
|
| H A D | conformance_concurrent_unordered_set.cpp | 85 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
|
| H A D | conformance_concurrent_queue.cpp | 104 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 D | conformance_concurrent_unordered_map.cpp | 102 using allocator_type = typename container_type::allocator_type; in test_member_types() typedef
|