Searched refs:max_items (Results 1 – 3 of 3) sorted by relevance
111 std::size_t max_items; variable148 : base_type(other), max_items{other.max_items} { set_counters(other); } in LocalCountingAllocator()152 : base_type(other), max_items{other.max_items} { set_counters(other); } in LocalCountingAllocator()156 max_items = other.max_items;162 if (max_items != 0 && items_allocated + n >= max_items) { in allocate()190 max_items = max; in set_limits()250 static std::size_t max_items; variable270 if (max_items != 0 && items_allocated + n >= max_items) { in allocate()314 max_items = max;339 static std::size_t max_items; member[all …]
55 … bool an_active = true) : previous_state(static_counter_allocator_type::max_items), active(an_acti… in previous_state()610 : previous_state(StaticCountingAllocatorType::max_items), active(act) in previous_state()
545 allocator_type::max_items = 0; in TestExceptions()