Home
last modified time | relevance | path

Searched defs:allocator_t (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp242 using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>; in TestResizeAndCopy() typedef
290 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in TestCopyAssignment() typedef
333 …using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::Foo> /*TODO: oneapi… in TestCapacity() typedef
386 …using allocator_t = StaticSharedCountingAllocator<std::allocator<move_support_tests::FooWithAssign… in TestExceptions() typedef
548 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in test_ex_assign_operator() typedef
H A Dconformance_concurrent_queue.cpp924 …using allocator_t = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<std::size_t… in TestExceptions() typedef