Home | History | Annotate | Download | only in client

Lines Matching defs:pointers

501   void *pointers[kAllocCount];
503 pointers[i] = allocator_->Alloc(kSize);
504 EXPECT_TRUE(pointers[i]);
514 allocator_->Free(pointers[0]);
516 pointers[0] = allocator_->Alloc(kSize/2);
517 EXPECT_TRUE(pointers[0]);
527 allocator_->Free(pointers[i]);
541 void *pointers[kAllocCount];
543 pointers[i] = allocator_->Alloc(kSize);
544 EXPECT_TRUE(pointers[i]);
555 allocator_->FreePendingToken(pointers[0], token);
565 pointers[0] = allocator_->Alloc(kSize);
566 EXPECT_TRUE(pointers[0]);
573 allocator_->Free(pointers[i]);