Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h382 allocator_type& source_allocator; member
388 source_allocator(source_arena_fixture.allocator), in TwoMemoryArenasFixture()
393 …REQUIRE_MESSAGE(source_allocator != dst_allocator, "arenas using difference memory regions should … in TwoMemoryArenasFixture()
398 allocator_type source_allocator_copy(source_allocator); in TwoMemoryArenasFixture()
400 allocator_type source_previous_state(source_allocator); in TwoMemoryArenasFixture()
402 REQUIRE_MESSAGE(source_previous_state == source_allocator, in TwoMemoryArenasFixture()
413 REQUIRE_MESSAGE(result_allocator == source_allocator, "allocator was not moved"); in verify_allocator_was_moved()
590 move_fixture_type(allocator_fixture_type::source_allocator), in DefaultStatefulFixture()
732 container_type dst(fixture.source_allocator); in test_move_assignment_POCMA_false_equal_allocator()
/oneTBB/test/conformance/
H A Dconformance_concurrent_priority_queue.cpp192 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()
196 fixture_type::cpq_type dst(std::move(fixture.cpq_src), arena_fixture.source_allocator); in test_steal_move_ctor_with_allocator()
207 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_ctor_with_allocator()
241 fixture_type fixture(arena_fixture.source_allocator); in test_steal_move_assign_operator_with_stateful_allocator()
258 fixture_type fixture(arena_fixture.source_allocator); in test_per_element_move_assign_operator()