Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h358 struct ArenaAllocatorFixture { struct
366 ArenaAllocatorFixture( std::size_t size_to_allocate ) in ArenaAllocatorFixture() function
371 ArenaAllocatorFixture( const ArenaAllocatorFixture& ) = delete;
376 using arena_fixture_type = ArenaAllocatorFixture<T, POCMA>;
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1063 …using arena_allocator_fixture_type = move_support_tests::ArenaAllocatorFixture<move_support_tests:… in test_ex_move_assignment_memory_failure()
1094 …using arena_allocator_fixture_type = move_support_tests::ArenaAllocatorFixture<move_support_tests:… in test_ex_move_assignment_element_ctor_exception()