Searched refs:BatchInfo (Results 1 – 1 of 1) sorted by relevance
46 for ( BatchInfo *batch = batches_; batch; ) in ~BatchAllocator()48 BatchInfo *nextBatch = batch->next_; in ~BatchAllocator()92 struct BatchInfo struct94 BatchInfo *next_; argument104 static BatchInfo *allocateBatch( unsigned int objectsPerPage ) in allocateBatch() argument106 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_;