Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h46 for ( BatchInfo *batch = batches_; batch; ) in ~BatchAllocator()
48 BatchInfo *nextBatch = batch->next_; in ~BatchAllocator()
92 struct BatchInfo struct
94 BatchInfo *next_; argument
104 static BatchInfo *allocateBatch( unsigned int objectsPerPage ) in allocateBatch() argument
106 const unsigned int mallocSize = sizeof(BatchInfo) - sizeof(AllocatedType)* objectPerAllocation in allocateBatch()
108 BatchInfo *batch = static_cast<BatchInfo*>( malloc( mallocSize ) ); in allocateBatch()
115 BatchInfo *batches_;
116 BatchInfo *currentBatch_;