Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1595 TransferBatchT *NonFullBatch = Cur->Batches.front(); in mergeGroupsToReleaseBack() local
1597 const u16 NonFullBatchCount = NonFullBatch->getCount(); in mergeGroupsToReleaseBack()
1603 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack()
1609 BG->Batches.front()->appendFromTransferBatch(NonFullBatch, in mergeGroupsToReleaseBack()
1611 if (NonFullBatch->isEmpty()) in mergeGroupsToReleaseBack()
1612 UnusedTransferBatch = NonFullBatch; in mergeGroupsToReleaseBack()
1614 BG->Batches.push_front(NonFullBatch); in mergeGroupsToReleaseBack()