Lines Matching defs:TransferBatch
76 struct TransferBatch {
103 TransferBatch *next;
110 static const uptr kBatchSize = sizeof(TransferBatch);
168 NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
178 TransferBatch *b = sci->free_list.front();
184 TransferBatch *b) {
283 IntrusiveList<TransferBatch> free_list;
317 TransferBatch **current_batch, uptr max_count,
323 TransferBatch *b = *current_batch;
326 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]);
352 const uptr max_count = TransferBatch::MaxCached(size);
354 TransferBatch *b = nullptr;