Searched refs:set_limits (Results 1 – 9 of 9) sorted by relevance
179 allocator_type::set_limits(1);188 allocator_type::set_limits(1);
614 allocator_type::set_limits(std::size_t(1) << (i + 1));622 allocator_type::set_limits();639 allocator_type::set_limits(1);653 allocator_type::set_limits(0);655 allocator_type::set_limits(1);
237 allocator_type::set_limits(1);
778 allocator_type::set_limits(1);806 allocator_type::set_limits(0);813 allocator_type::set_limits(300);
57 static_counter_allocator_type::set_limits(new_limit); in previous_state()62 static_counter_allocator_type::set_limits(previous_state); in ~limit_allocated_items_in_scope()613 StaticCountingAllocatorType::set_limits(limit); in previous_state()621 StaticCountingAllocatorType::set_limits(previous_state); in ~LimitAllocatedItemsInScope()
189 void set_limits( std::size_t max ) { in set_limits() function313 static void set_limits( std::size_t max = 0, bool do_throw = true ) {362 static void set_limits( std::size_t max = 0, bool do_throw = true ) {
406 else allocator_t::set_limits(N/4); in TestExceptions()433 … if(t) move_support_tests::max_foo_count = 0; else allocator_t::set_limits(); // reset limits in TestExceptions()440 allocator_t::set_limits(1); // block any allocation in TestExceptions()448 allocator_t::set_limits(); move_support_tests::max_foo_count = 0; in TestExceptions()
852 else A2::set_limits(N/2); in TestExceptionBody()870 A2::set_limits(); in TestExceptionBody()904 A2::set_limits(); // disable exception from allocator in TestExceptionBody()
492 else a.set_limits(101); in TestExceptions()