Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h379 arena_fixture_type source_arena_fixture; member
386 : source_arena_fixture(size_to_allocate), in TwoMemoryArenasFixture()
388 source_allocator(source_arena_fixture.allocator), in TwoMemoryArenasFixture()
391 … REQUIRE_MESSAGE(&(*source_arena_fixture.storage.begin()) != &(*dst_arena_fixture.storage.begin()), in TwoMemoryArenasFixture()