Searched refs:batches_ (Results 1 – 1 of 1) sorted by relevance
40 batches_ = allocateBatch( 0 ); // allocated a dummy page41 currentBatch_ = batches_;46 for ( BatchInfo *batch = batches_; batch; ) in ~BatchAllocator()73 currentBatch_->next_ = batches_; // insert at the head of the list in allocate()74 batches_ = currentBatch_; in allocate()115 BatchInfo *batches_; variable