Home | History | Annotate | Download | only in deque.cons

Lines Matching full:allocator

21 template <class T, class Allocator>
25 typedef std::deque<T, Allocator> C;
43 test<DefaultOnly, std::allocator<DefaultOnly> >(0);
44 test<DefaultOnly, std::allocator<DefaultOnly> >(1);
45 test<DefaultOnly, std::allocator<DefaultOnly> >(10);
46 test<DefaultOnly, std::allocator<DefaultOnly> >(1023);
47 test<DefaultOnly, std::allocator<DefaultOnly> >(1024);
48 test<DefaultOnly, std::allocator<DefaultOnly> >(1025);
49 test<DefaultOnly, std::allocator<DefaultOnly> >(2047);
50 test<DefaultOnly, std::allocator<DefaultOnly> >(2048);
51 test<DefaultOnly, std::allocator<DefaultOnly> >(2049);
52 test<DefaultOnly, std::allocator<DefaultOnly> >(4095);
53 test<DefaultOnly, std::allocator<DefaultOnly> >(4096);
54 test<DefaultOnly, std::allocator<DefaultOnly> >(4097);