Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_unordered_common.h28 inline void CheckContainerAllocator(MyTable &table, size_t expected_allocs, size_t expected_frees, … in CheckContainerAllocator() argument
33 CheckAllocator<MyTable>(a, expected_allocs, expected_frees, exact); in CheckContainerAllocator()
H A Dconcurrent_ordered_common.h28 inline void CheckContainerAllocator(MyTable &table, size_t expected_allocs, size_t expected_frees, … in CheckContainerAllocator() argument
30 CheckAllocator<MyTable>(a, expected_allocs, expected_frees, exact); in CheckContainerAllocator()
H A Dconcurrent_associative_common.h43 inline void CheckAllocator(typename Table::allocator_type& a, size_t expected_allocs, size_t expect…
46 REQUIRE( a.allocations == expected_allocs);
49 REQUIRE( a.allocations >= expected_allocs);
51 REQUIRE( a.allocations - a.frees == expected_allocs - expected_frees );