Home
last modified time | relevance | path

Searched refs:max_items (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h111 std::size_t max_items; variable
148 : 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; variable
270 if (max_items != 0 && items_allocated + n >= max_items) { in allocate()
314 max_items = max;
339 static std::size_t max_items; member
[all …]
H A Dcontainer_move_support.h55 … 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()
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp545 allocator_type::max_items = 0; in TestExceptions()