Lines Matching full:ptr3
107 mirror::Object* ptr3 = space->AllocWithGrowth(self, 8 * MB, &ptr3_bytes_allocated);
108 EXPECT_TRUE(ptr3 != NULL);
120 size_t free3 = space->AllocationSize(ptr3);
122 EXPECT_EQ(free3, space->Free(self, ptr3));
150 ptr3 = space->AllocWithGrowth(self, 2 * MB, &dummy);
151 EXPECT_TRUE(ptr3 != NULL);
152 space->Free(self, ptr3);
179 mirror::Object* ptr3 = space->AllocWithGrowth(self, 8 * MB, &ptr3_bytes_allocated);
180 EXPECT_TRUE(ptr3 != NULL);
192 size_t free3 = space->AllocationSize(ptr3);
194 space->Free(self, ptr3);