commit | 1afd6988928f22aeeb417e21b84a7fcd827e9186 | [log] [tgz] |
---|---|---|
author | ChiaHungDuan <chiahungduan@google.com> | Mon Oct 14 10:46:12 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 14 10:48:06 2024 -0700 |
tree | 10cfcdcec1c3edea0338b02ac5c023d1c2ef4812 | |
parent | 02411df172c6b33b2aa93d9fe1428baa947ca705 [diff] |
[scudo] Apply the min release threshold to the group (#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. GitOrigin-RevId: 53c9553562c778338a82574123fb7cfb943c4042