Lines Matching full:batch
168 void *res = c->batch[--c->count]; in Allocate()
169 PREFETCH(c->batch[c->count - 1]); in Allocate()
183 c->batch[c->count++] = p; in Deallocate()
211 void *batch[2 * TransferBatch::kMaxNumCached]; member
227 // id. 0 means the class size is large enough to store a batch within one in InitCache()
248 b->CopyToArray(c->batch); in Refill()
259 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
260 // Failure to allocate a batch while releasing memory is non recoverable. in Drain()
261 // TODO(alekseys): Figure out how to do it without allocating a new batch. in Drain()
264 "transfer batch.\n", SanitizerToolName); in Drain()
267 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()