Home
last modified time | relevance | path

Searched refs:expected_frees (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 …id CheckAllocator(typename Table::allocator_type& a, size_t expected_allocs, size_t expected_frees,
47 REQUIRE( a.frees == expected_frees);
50 REQUIRE( a.frees >= expected_frees);
51 REQUIRE( a.allocations - a.frees == expected_allocs - expected_frees );