Searched refs:expected_allocs (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 28 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 D | concurrent_ordered_common.h | 28 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 D | concurrent_associative_common.h | 43 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 );
|