Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h39 batches_ = allocateBatch(0); // allocated a dummy page
68 currentBatch_ = allocateBatch(objectsPerPage_); in allocate()
99 static BatchInfo* allocateBatch(unsigned int objectsPerPage) { in allocateBatch() function