Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp292 StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>> init_alloc; in TestCopyAssignment() local
295 …tor_t u(move_support_tests::FooIterator(0), move_support_tests::FooIterator(src_size), init_alloc); in TestCopyAssignment()
298 vector_t v(dst_size, move_support_tests::FooWithAssign(), init_alloc); in TestCopyAssignment()