Searched refs:deallocationTotal (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()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()405 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3()450 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_fill_assign_3_exception_guarantee()592 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_range_assign_4()632 VERIFY(allocation_tracker::allocationTotal() == allocation_tracker::deallocationTotal()); in test_range_assign_4_exception_guarantee()
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()
72 deallocationTotal() { return deallocationTotal_; } in deallocationTotal() function