Lines Matching refs:tracking_allocator
23 tracking_allocator::reset(); in tests()
29 CHECK(!tracking_allocator::did_allocate); in tests()
35 CHECK(tracking_allocator::did_deallocate); in tests()
36 tracking_allocator::reset(); in tests()
38 CHECK(!tracking_allocator::did_deallocate); in tests()
43 tracking_allocator::reset(); in tests()
49 CHECK(!tracking_allocator::did_allocate); in tests()
55 CHECK(tracking_allocator::did_deallocate); in tests()
56 tracking_allocator::reset(); in tests()
58 CHECK(!tracking_allocator::did_deallocate); in tests()
63 tracking_allocator::reset(); in tests()
69 CHECK(!tracking_allocator::did_allocate); in tests()
75 CHECK(tracking_allocator::did_deallocate); in tests()
76 tracking_allocator::reset(); in tests()
78 CHECK(!tracking_allocator::did_deallocate); in tests()
85 tracking_allocator::reset(); in tests()
89 CHECK(!tracking_allocator::did_allocate); in tests()
95 CHECK(!tracking_allocator::did_deallocate); in tests()
96 tracking_allocator::reset(); in tests()
98 CHECK(!tracking_allocator::did_deallocate); in tests()