Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h571 using allocator_fixture_type = TwoMemoryArenasFixture<T, POCMA>; member
572 …using allocator_type = StaticSharedCountingAllocator<typename allocator_fixture_type::allocator_ty…
581 allocator_fixture_type,
589 allocator_fixture_type(2 * 4 * move_fixture_type::default_container_size), in DefaultStatefulFixture()
590 move_fixture_type(allocator_fixture_type::source_allocator), in DefaultStatefulFixture()