Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1070 const std::size_t allocation_limit = fixture.container_size/4; in test_ex_move_assignment_memory_failure() local
1077 …edItemsInScope<allocator_type> allocator_limit(allocator_type::items_allocated + allocation_limit); in test_ex_move_assignment_memory_failure()
1084 verify_c_vector_capacity_is_below(victim.capacity(), allocation_limit + 2); in test_ex_move_assignment_memory_failure()