Searched refs:allocateBatch (Results 1 – 1 of 1) sorted by relevance
39 batches_ = allocateBatch(0); // allocated a dummy page68 currentBatch_ = allocateBatch(objectsPerPage_); in allocate()99 static BatchInfo* allocateBatch(unsigned int objectsPerPage) { in allocateBatch() function