Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcontainer_move_support.h608 struct LimitAllocatedItemsInScope { struct
609 LimitAllocatedItemsInScope( std::size_t limit, bool act = true )
617 LimitAllocatedItemsInScope( const LimitAllocatedItemsInScope& ) = delete; argument
619 ~LimitAllocatedItemsInScope() { in ~LimitAllocatedItemsInScope() argument
776 LimitAllocatedItemsInScope<allocator_type> alloc_limit(limit); in test_ex_move_ctor_unequal_allocator_memory_failure()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp563 …move_support_tests::LimitAllocatedItemsInScope<allocator_t> allocator_limit(allocator_t::items_all… in test_ex_assign_operator()
1077 …move_support_tests::LimitAllocatedItemsInScope<allocator_type> allocator_limit(allocator_type::ite… in test_ex_move_assignment_memory_failure()