Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h375 struct TwoMemoryArenasFixture { struct
385 TwoMemoryArenasFixture( std::size_t size_to_allocate ) in TwoMemoryArenasFixture() argument
409 TwoMemoryArenasFixture( const TwoMemoryArenasFixture& ) = delete;
571 using allocator_fixture_type = TwoMemoryArenasFixture<T, POCMA>;
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp188 using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker>; in test_steal_move_ctor_with_allocator()
203 using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker>; in test_per_element_move_ctor_with_allocator()
237 …using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker, /*POCM… in test_steal_move_assign_operator_with_stateful_allocator()
254 …using arena_fixture_type = move_support_tests::TwoMemoryArenasFixture<MoveOperationTracker, /*POCM… in test_per_element_move_assign_operator()