Searched refs:objectsPerPage (Results 1 – 1 of 1) sorted by relevance
31 BatchAllocator(unsigned int objectsPerPage = 255)32 : freeHead_(0), objectsPerPage_(objectsPerPage) {38 assert(objectsPerPage >= 16);99 static BatchInfo* allocateBatch(unsigned int objectsPerPage) { in allocateBatch() argument102 sizeof(AllocatedType) * objectPerAllocation * objectsPerPage; in allocateBatch()106 batch->end_ = batch->buffer_ + objectsPerPage; in allocateBatch()