Lines Matching defs:BlockList
136 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) {
151 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) {
393 SinglyLinkedList<BatchGroupT> BlockList = {};
517 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front();
535 Sci->FreeListInfo.BlockList.push_front(BG);
589 // FreeListInfo.BlockList - > BG -> BG -> BG
654 BatchGroupT *Cur = Sci->FreeListInfo.BlockList.front();
670 Sci->FreeListInfo.BlockList.push_front(Cur);
672 Sci->FreeListInfo.BlockList.insert(Prev, Cur);
703 Sci->FreeListInfo.BlockList.insert(Prev, Cur);
718 if (Sci->FreeListInfo.BlockList.empty())
722 Sci->FreeListInfo.BlockList.front()->Batches;
726 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front();
727 Sci->FreeListInfo.BlockList.pop_front();
768 BatchGroupT *BG = Sci->FreeListInfo.BlockList.front();
769 Sci->FreeListInfo.BlockList.pop_front();
914 if (!Sci->FreeListInfo.BlockList.empty()) {
1090 for (BatchGroupT &BG : Sci->FreeListInfo.BlockList) {