Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_batchallocator.h31 BatchAllocator(unsigned int objectsPerPage = 255)
32 : freeHead_(0), objectsPerPage_(objectsPerPage) {
38 assert(objectsPerPage >= 16);
99 static BatchInfo* allocateBatch(unsigned int objectsPerPage) { in allocateBatch() argument
102 sizeof(AllocatedType) * objectPerAllocation * objectsPerPage; in allocateBatch()
106 batch->end_ = batch->buffer_ + objectsPerPage; in allocateBatch()