Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[scudo] Apply the min release threshold to the group (llvm#112014)
For the block smaller than a page size, one block is unlikely to introduce more unused pages (at most 2 if it acrosses the page boundary and both touched pages are unused). So it's better to apply the threshold to reduce the time of scanning groups that can't release any new pages.
- Loading branch information