Home | History | Annotate | Download | only in client

Lines Matching defs:pointers

568   void *pointers[kAllocCount];
570 pointers[i] = allocator_->Alloc(kSize);
571 EXPECT_TRUE(pointers[i]);
581 allocator_->Free(pointers[0]);
583 pointers[0] = allocator_->Alloc(kSize/2);
584 EXPECT_TRUE(pointers[0]);
594 allocator_->Free(pointers[i]);
608 void *pointers[kAllocCount];
610 pointers[i] = allocator_->Alloc(kSize);
611 EXPECT_TRUE(pointers[i]);
622 allocator_->FreePendingToken(pointers[0], token);
632 pointers[0] = allocator_->Alloc(kSize);
633 EXPECT_TRUE(pointers[0]);
640 allocator_->Free(pointers[i]);