We should merge two top TransferBatches so that the range marking can be
done correctly
This reverts commit 57ae8a2a1acb1aa1a5f55c29b1b338a780d649d5.
Paths
| Differential D155009
Revert "[scudo] Support partial concurrent page release in SizeClassAllocator64" ClosedPublic Authored by Chia-hungDuan on Jul 11 2023, 1:06 PM.
Details Summary We should merge two top TransferBatches so that the range marking can be This reverts commit 57ae8a2a1acb1aa1a5f55c29b1b338a780d649d5.
Diff Detail
Event TimelineComment Actions Small nit.
This revision now requires changes to proceed.Jul 11 2023, 1:21 PM
This revision is now accepted and ready to land.Jul 11 2023, 1:32 PM Closed by commit rG2f04b688aade: Revert "[scudo] Support partial concurrent page release in SizeClassAllocator64" (authored by Chia-hungDuan). · Explain WhyJul 11 2023, 1:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539274 compiler-rt/lib/scudo/standalone/primary64.h
|
Would it be useful to annotate this with [[maybe_unused]]?
And then you can remove the (void)NumberOfBatchGroups down below.