Home
last modified time | relevance | path

Searched refs:Batches (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h184 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 …]
H A Dprimary32.h138 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 …]
H A Dallocator_common.h87 SinglyLinkedList<TransferBatch<SizeClassAllocator>> Batches; member
H A Dlocal_cache.h87 SinglyLinkedList<TransferBatch> Batches; global() member