Lines Matching refs:allocator
205 …using allocator_data_type = AllocatorAwareData<std::scoped_allocator_adaptor<std::allocator<int>>>; in test_scoped_allocator()
206 using allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>; in test_scoped_allocator()
209 allocator_type allocator; in test_scoped_allocator() local
210 allocator_data_type data1(1, allocator); in test_scoped_allocator()
211 allocator_data_type data2(2, allocator); in test_scoped_allocator()
215 container_type c1(allocator), c2(allocator); in test_scoped_allocator()
319 tbb::concurrent_vector< Type, std::allocator<Type> > c8( my_vec.size() ); in operator ()()
340 tbb::concurrent_vector< Type, std::allocator<Type> > c4; in TypeTester()
346 std::allocator<Type> allocator; in TypeTester() local
347 tbb::concurrent_vector< Type, std::allocator<Type> > c9(vec.size(), vec[1], allocator); in TypeTester()
350 tbb::concurrent_vector< Type, std::allocator<Type> > c10(c1.begin(), c1.end(), allocator); in TypeTester()
589 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
606 using allocator_type = StaticSharedCountingAllocator<std::allocator<move_support_tests::Foo>>;
636 using allocator_type = StaticSharedCountingAllocator<std::allocator<double>>;