Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1648 TransferBatchT *NonFullBatch = Cur->Batches.front(); in mergeGroupsToReleaseBack() local
1650 const u16 NonFullBatchCount = NonFullBatch->getCount(); in mergeGroupsToReleaseBack()
1656 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack()
1662 BG->Batches.front()->appendFromTransferBatch(NonFullBatch, in mergeGroupsToReleaseBack()
1664 if (NonFullBatch->isEmpty()) in mergeGroupsToReleaseBack()
1665 UnusedTransferBatch = NonFullBatch; in mergeGroupsToReleaseBack()
1667 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack()