Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc144 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P() local
145 EXPECT_EQ(free3, ptr3_bytes_allocated); in TEST_P()
146 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr))); in TEST_P()
147 EXPECT_LE(8U * MB, free3); in TEST_P()
278 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P() local
279 EXPECT_EQ(free3, ptr3_bytes_allocated); in TEST_P()
281 EXPECT_LE(8U * MB, free3); in TEST_P()