Home
last modified time | relevance | path

Searched refs:deallocated_size (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/tests/safe_allocation_src/
H A Dtest_utils.h48 deallocated_size = 0; in reset()
53 static std::size_t deallocated_size; member
77 deallocated_size = n; in deallocate()
83 std::size_t tracking_allocator::deallocated_size = 0;
H A Dassign.move.cpp36 CHECK(tracking_allocator::deallocated_size == 20 * sizeof(T)); in tests()
39 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
61 CHECK(tracking_allocator::deallocated_size == 20 * sizeof(T)); in tests()
90 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
136 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
H A Ddtor.cpp31 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
H A Dctor.adopt.cpp29 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
H A Dctor.allocate.cpp37 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()