Lines Matching full:ptr1
98 mirror::Object* ptr1 = space->Alloc(self, 1 * MB, &dummy);
99 EXPECT_TRUE(ptr1 != NULL);
130 size_t free1 = space->AllocationSize(ptr1);
131 space->Free(self, ptr1);
142 ptr1 = space->Alloc(self, 1 * MB, &dummy);
143 EXPECT_TRUE(ptr1 != NULL);
155 free1 = space->AllocationSize(ptr1);
156 space->Free(self, ptr1);
170 mirror::Object* ptr1 = space->Alloc(self, 1 * MB, &dummy);
171 EXPECT_TRUE(ptr1 != NULL);
202 size_t free1 = space->AllocationSize(ptr1);
203 space->Free(self, ptr1);