Lines Matching refs:tracking_allocator

26 				tracking_allocator::reset();  in tests()
35 CHECK(!tracking_allocator::did_allocate); in tests()
36 CHECK(tracking_allocator::deallocated_size == 20 * sizeof(T)); in tests()
37 tracking_allocator::reset(); in tests()
39 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
40 tracking_allocator::reset(); in tests()
42 CHECK(!tracking_allocator::did_deallocate); in tests()
51 tracking_allocator::reset(); in tests()
60 CHECK(!tracking_allocator::did_allocate); in tests()
61 CHECK(tracking_allocator::deallocated_size == 20 * sizeof(T)); in tests()
62 tracking_allocator::reset(); in tests()
64 CHECK(!tracking_allocator::did_deallocate); in tests()
65 tracking_allocator::reset(); in tests()
67 CHECK(!tracking_allocator::did_deallocate); in tests()
77 tracking_allocator::reset(); in tests()
86 CHECK(!tracking_allocator::did_allocate); in tests()
87 CHECK(!tracking_allocator::did_deallocate); in tests()
88 tracking_allocator::reset(); in tests()
90 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()
91 tracking_allocator::reset(); in tests()
93 CHECK(!tracking_allocator::did_deallocate); in tests()
102 tracking_allocator::reset(); in tests()
111 CHECK(!tracking_allocator::did_allocate); in tests()
112 CHECK(!tracking_allocator::did_deallocate); in tests()
113 tracking_allocator::reset(); in tests()
115 CHECK(!tracking_allocator::did_deallocate); in tests()
116 tracking_allocator::reset(); in tests()
118 CHECK(!tracking_allocator::did_deallocate); in tests()
127 tracking_allocator::reset(); in tests()
132 CHECK(!tracking_allocator::did_allocate); in tests()
133 CHECK(!tracking_allocator::did_deallocate); in tests()
134 tracking_allocator::reset(); in tests()
136 CHECK(tracking_allocator::deallocated_size == 10 * sizeof(T)); in tests()