Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp191 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_ctor_with_allocator() local
192 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()
206 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_ctor_with_allocator() local
207 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_ctor_with_allocator()
213 fixture_type::cpq_type dst(std::move(fixture.cpq_src), arena_fixture.dst_allocator); in test_per_element_move_ctor_with_allocator()
240 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_steal_move_assign_operator_with_stateful_allocator() local
241 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
243 fixture_type::cpq_type dst(arena_fixture.dst_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
257 arena_fixture_type arena_fixture(8 * fixture_type::default_container_size); in test_per_element_move_assign_operator() local
258 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_assign_operator()
[all …]