Searched refs:Batches (Results 1 – 4 of 4) sorted by relevance
184 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly()185 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly()200 if (LIKELY(!BG.Batches.empty())) { in verifyAllBlocksAreReleasedTestOnly()201 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly()677 BG->Batches.clear(); in pushBatchClassBlocks()697 if (BG->Batches.empty()) { in pushBatchClassBlocks()711 BG->Batches.push_front(TB); in pushBatchClassBlocks()714 TransferBatchT *CurBatch = BG->Batches.front(); in pushBatchClassBlocks()729 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks()766 BG->Batches.clear();[all …]
138 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly()139 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly()152 if (LIKELY(!BG.Batches.empty())) { in verifyAllBlocksAreReleasedTestOnly()153 for (const auto &It : BG.Batches) in verifyAllBlocksAreReleasedTestOnly()524 BG->Batches.clear(); in pushBatchClassBlocks()544 if (BG->Batches.empty()) { in pushBatchClassBlocks()558 BG->Batches.push_front(TB); in pushBatchClassBlocks()561 TransferBatchT *CurBatch = BG->Batches.front(); in pushBatchClassBlocks()576 BG->Batches.push_front(CurBatch); in pushBatchClassBlocks()614 BG->Batches.clear();[all …]
87 SinglyLinkedList<TransferBatch<SizeClassAllocator>> Batches; member
87 SinglyLinkedList<TransferBatch> Batches; global() member