Searched refs:alloc_max_size (Results 1 – 13 of 13) sorted by relevance
44 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
45 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
47 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
45 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in test()
51 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
48 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
52 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
50 assert(c.max_size() <= alloc_max_size(c.get_allocator())); in main()
24 TEST_CONSTEXPR_CXX20 inline typename std::allocator_traits<Alloc>::size_type alloc_max_size(Alloc c… in alloc_max_size() function