Home
last modified time | relevance | path

Searched refs:did_allocate (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/tests/safe_allocation_src/
H A Dswap.cpp28 CHECK(!tracking_allocator::did_allocate); in tests()
45 CHECK(!tracking_allocator::did_allocate); in tests()
62 CHECK(!tracking_allocator::did_allocate); in tests()
78 CHECK(!tracking_allocator::did_allocate); in tests()
94 CHECK(!tracking_allocator::did_allocate); in tests()
H A Dtest_utils.h49 did_allocate = false; in reset()
54 static bool did_allocate; member
60 did_allocate = true; in allocate()
84 bool tracking_allocator::did_allocate = false;
H A Dassign.move.cpp35 CHECK(!tracking_allocator::did_allocate); in tests()
60 CHECK(!tracking_allocator::did_allocate); in tests()
86 CHECK(!tracking_allocator::did_allocate); in tests()
111 CHECK(!tracking_allocator::did_allocate); in tests()
132 CHECK(!tracking_allocator::did_allocate); in tests()
H A Dctor.move.cpp29 CHECK(!tracking_allocator::did_allocate); in tests()
49 CHECK(!tracking_allocator::did_allocate); in tests()
69 CHECK(!tracking_allocator::did_allocate); in tests()
89 CHECK(!tracking_allocator::did_allocate); in tests()
H A Dctor.adopt.cpp23 CHECK(!tracking_allocator::did_allocate); in tests()
H A Dctor.allocate.cpp50 CHECK(!tracking_allocator::did_allocate); in tests()