Home
last modified time | relevance | path

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

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