Searched refs:batches_ (Results 1 – 1 of 1) sorted by relevance
39 batches_ = allocateBatch(0); // allocated a dummy page40 currentBatch_ = batches_;44 for (BatchInfo* batch = batches_; batch;) { in ~BatchAllocator()69 currentBatch_->next_ = batches_; // insert at the head of the list in allocate()70 batches_ = currentBatch_; in allocate()110 BatchInfo* batches_; variable