Searched defs:BatchGroup (Results 1 – 3 of 3) sorted by relevance
63 struct BatchGroup { struct65 BatchGroup *Next;67 uptr CompactPtrGroupBase;69 u16 MaxCachedPerBatch;72 uptr PushedBlocks;75 uptr BytesInBGAtLastCheckpoint;77 SinglyLinkedList<TransferBatch> Batches;
56 typedef typename CacheT::BatchGroup BatchGroup; typedef