Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc141 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr); in TEST_P() local
142 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() local
276 EXPECT_EQ(free3, ptr3_bytes_allocated); in TEST_P()
278 EXPECT_LE(8U * MB, free3); in TEST_P()