Lines Matching refs:CHECK
29 CHECK(!tracking_allocator::did_allocate); in tests()
30 CHECK(to.data() == memory); in tests()
31 CHECK(to.size() == 10); in tests()
32 CHECK(from.data() == nullptr); in tests()
33 CHECK(from.size() == 0); in tests()
35 CHECK(tracking_allocator::did_deallocate); in tests()
38 CHECK(!tracking_allocator::did_deallocate); in tests()
49 CHECK(!tracking_allocator::did_allocate); in tests()
50 CHECK(to.data() == memory); in tests()
51 CHECK(to.size() == 10); in tests()
52 CHECK(from.data() == nullptr); in tests()
53 CHECK(from.size() == 0); in tests()
55 CHECK(tracking_allocator::did_deallocate); in tests()
58 CHECK(!tracking_allocator::did_deallocate); in tests()
69 CHECK(!tracking_allocator::did_allocate); in tests()
70 CHECK(to.data() == memory); in tests()
71 CHECK(to.size() == 10); in tests()
72 CHECK(from.data() == nullptr); in tests()
73 CHECK(from.size() == 0); in tests()
75 CHECK(tracking_allocator::did_deallocate); in tests()
78 CHECK(!tracking_allocator::did_deallocate); in tests()
89 CHECK(!tracking_allocator::did_allocate); in tests()
90 CHECK(to.data() == nullptr); in tests()
91 CHECK(to.size() == 0); in tests()
92 CHECK(from.data() == nullptr); in tests()
93 CHECK(from.size() == 0); in tests()
95 CHECK(!tracking_allocator::did_deallocate); in tests()
98 CHECK(!tracking_allocator::did_deallocate); in tests()