Lines Matching refs:tbb_allocator
588 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type;
613 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type;
637 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; in run_parallel_vector_tests()
700 …ets_type vvs( typename container_type::size_type(25), minus_one, oneapi::tbb::tbb_allocator<T>() ); in run_parallel_vector_tests()
723 typedef std::vector<T, oneapi::tbb::tbb_allocator<T> > container_type; in run_cross_type_vector_tests()
802 std::vector<T, oneapi::tbb::tbb_allocator<T> > v; in run_serial_vector_tests()
806 …for (typename std::vector<T, oneapi::tbb::tbb_allocator<T> >::const_iterator i = v.begin(); i != v… in run_serial_vector_tests()
836 …run_cross_type_vector_tests<int, oneapi::tbb::tbb_allocator>("std::vector<int, oneapi::tbb::tbb_al… in run_cross_type_tests()
837 …run_cross_type_vector_tests<double, oneapi::tbb::tbb_allocator>("std::vector<double, oneapi::tbb::… in run_cross_type_tests()
1063 …if(oneapi::tbb::tbb_allocator<int>::allocator_type() == oneapi::tbb::tbb_allocator<int>::standard)… in init_tbb_alloc_mask()
1198 TestInstantiation<oneapi::tbb::tbb_allocator>("oneapi::tbb::tbb_allocator");
1207 …run_assignment_and_copy_constructor_tests<oneapi::tbb::tbb_allocator>("oneapi::tbb::tbb_allocator"…
1247 run_parallel_tests<oneapi::tbb::tbb_allocator>("oneapi::tbb::tbb_allocator");