Searched refs:free3 (Results 1 – 1 of 1) sorted by relevance
213 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in ZygoteSpaceTestBody() local214 EXPECT_EQ(free3, ptr3_bytes_allocated); in ZygoteSpaceTestBody()215 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr))); in ZygoteSpaceTestBody()216 EXPECT_LE(8U * MB, free3); in ZygoteSpaceTestBody()316 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in AllocAndFreeTestBody() local317 EXPECT_EQ(free3, ptr3_bytes_allocated); in AllocAndFreeTestBody()319 EXPECT_LE(8U * MB, free3); in AllocAndFreeTestBody()