Searched refs:allocation_tracker_expect_no_allocations (Results 1 – 4 of 4) sorted by relevance
37 …EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()); // should not have registered an alloca… in TEST()39 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()); in TEST()54 …EXPECT_EQ(4U, allocation_tracker_expect_no_allocations()); // should have registered the allocation in TEST()57 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()); in TEST()
33 EXPECT_EQ(0U, allocation_tracker_expect_no_allocations()) << "not all memory freed"; in TearDown()
39 size_t allocation_tracker_expect_no_allocations(void);
104 size_t allocation_tracker_expect_no_allocations(void) { in allocation_tracker_expect_no_allocations() function