Home
last modified time | relevance | path

Searched refs:batches_ (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h39 batches_ = allocateBatch(0); // allocated a dummy page
40 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