Home
last modified time | relevance | path

Searched refs:did_deallocate (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/tests/safe_allocation_src/
H A Dctor.move.cpp35 CHECK(tracking_allocator::did_deallocate); in tests()
38 CHECK(!tracking_allocator::did_deallocate); in tests()
55 CHECK(tracking_allocator::did_deallocate); in tests()
58 CHECK(!tracking_allocator::did_deallocate); in tests()
75 CHECK(tracking_allocator::did_deallocate); in tests()
78 CHECK(!tracking_allocator::did_deallocate); in tests()
95 CHECK(!tracking_allocator::did_deallocate); in tests()
98 CHECK(!tracking_allocator::did_deallocate); in tests()
H A Dassign.move.cpp42 CHECK(!tracking_allocator::did_deallocate); in tests()
64 CHECK(!tracking_allocator::did_deallocate); in tests()
67 CHECK(!tracking_allocator::did_deallocate); in tests()
87 CHECK(!tracking_allocator::did_deallocate); in tests()
93 CHECK(!tracking_allocator::did_deallocate); in tests()
112 CHECK(!tracking_allocator::did_deallocate); in tests()
115 CHECK(!tracking_allocator::did_deallocate); in tests()
118 CHECK(!tracking_allocator::did_deallocate); in tests()
133 CHECK(!tracking_allocator::did_deallocate); in tests()
H A Dswap.cpp29 CHECK(!tracking_allocator::did_deallocate); in tests()
46 CHECK(!tracking_allocator::did_deallocate); in tests()
63 CHECK(!tracking_allocator::did_deallocate); in tests()
79 CHECK(!tracking_allocator::did_deallocate); in tests()
95 CHECK(!tracking_allocator::did_deallocate); in tests()
H A Dtest_utils.h50 did_deallocate = false; in reset()
55 static bool did_deallocate; member
76 did_deallocate = true; in deallocate()
85 bool tracking_allocator::did_deallocate = false;
H A Dassign.nullptr.cpp27 CHECK(tracking_allocator::did_deallocate); in tests()
39 CHECK(!tracking_allocator::did_deallocate); in tests()
H A Ddtor.cpp40 CHECK(!tracking_allocator::did_deallocate); in tests()
H A Dctor.allocate.cpp52 CHECK(!tracking_allocator::did_deallocate); in tests()