Searched refs:allocationTotal (Results 1 – 4 of 4) sorted by relevance
133 allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal())); in test_default_ctor_exception_gurantee()168 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_gurantee()202 VERIFY(allocation_tracker::allocationTotal() == 0); in test_assignment_operator_1()232 VERIFY(allocation_tracker::allocationTotal() == 0); in test_assignment_operator_2()262 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3()299 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_assignment_operator_3_exception_guarantee()335 VERIFY(allocation_tracker::allocationTotal() == 0); in test_fill_assign_1()369 VERIFY(allocation_tracker::allocationTotal() == 0); in test_fill_assign_2()404 VERIFY(allocation_tracker::allocationTotal() > 0); in test_fill_assign_3()405 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3()[all …]
135 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve()168 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_reserve_exception_guarantee()
478 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_default_ctor_exception_safety()510 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_copy_ctor_exception_safety()
69 allocationTotal() { return allocationTotal_; } in allocationTotal() function