Lines Matching defs:BatchGroupT

62   typedef BatchGroup<ThisT> BatchGroupT;
68 ? roundUp(Max(sizeof(TransferBatchT), sizeof(BatchGroupT)),
182 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) {
199 for (BatchGroupT &BG : Region->FreeListInfo.BlockList) {
544 SinglyLinkedList<BatchGroupT> BlockList = {};
688 BatchGroupT *BG = Region->FreeListInfo.BlockList.front();
692 BG = reinterpret_cast<BatchGroupT *>(
774 BatchGroupT *BG =
775 reinterpret_cast<BatchGroupT *>(C->getBatchClassBlock());
789 auto InsertBlocks = [&](BatchGroupT *BG, CompactPtrT *Array, u32 Size) {
813 BatchGroupT *Cur = Region->FreeListInfo.BlockList.front();
817 BatchGroupT *Prev = nullptr;
960 BatchGroupT *BG = Region->FreeListInfo.BlockList.front();
1002 BatchGroupT *BG = Region->FreeListInfo.BlockList.front();
1164 SinglyLinkedList<BatchGroupT> GroupsToRelease;
1211 SinglyLinkedList<BatchGroupT> GroupsToRelease;
1256 SinglyLinkedList<BatchGroupT> GroupsToRelease;
1449 SinglyLinkedList<BatchGroupT>
1455 SinglyLinkedList<BatchGroupT> GroupsToRelease;
1464 for (BatchGroupT *BG = Region->FreeListInfo.BlockList.front(),
1554 // If `BG` is the first BatchGroupT in the list, we only need to advance
1590 BatchGroupT *Cur = BG;
1623 SinglyLinkedList<BatchGroupT> &GroupsToRelease)
1652 for (BatchGroupT &BG : GroupsToRelease) {
1700 SinglyLinkedList<BatchGroupT> &GroupsToRelease)
1721 for (BatchGroupT *BG = Region->FreeListInfo.BlockList.front(),
1739 BatchGroupT *Cur = GroupsToRelease.front();
1824 BatchGroupT *Prev = Region->FreeListInfo.BlockList.front();
1825 for (BatchGroupT *Cur = Prev->Next; Cur != nullptr;