Searched refs:deallocated_size (Results 1 – 5 of 5) sorted by relevance
48 deallocated_size = 0; in reset()53 static std::size_t deallocated_size; member77 deallocated_size = n; in deallocate()83 std::size_t tracking_allocator::deallocated_size = 0;
36 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()
31 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
29 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
37 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()