Searched refs:free3 (Results 1 – 1 of 1) sorted by relevance
141 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P() local142 EXPECT_EQ(free3, ptr3_bytes_allocated); in TEST_P()143 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr))); in TEST_P()144 EXPECT_LE(8U * MB, free3); in TEST_P()275 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P() local276 EXPECT_EQ(free3, ptr3_bytes_allocated); in TEST_P()278 EXPECT_LE(8U * MB, free3); in TEST_P()