[compiler-rt] [scudo] Add the record of number of attempted page release (PR #120497)
Christopher Ferris via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 16:20:51 PST 2024
================
@@ -387,7 +387,7 @@ template <typename Config> class SizeClassAllocator32 {
struct ReleaseToOsInfo {
uptr BytesInFreeListAtLastCheckpoint;
- uptr RangesReleased;
+ uptr NumReleaseAttempted;
----------------
cferris1000 wrote:
This is such a nit, but could this be NumReleasesAttempted?
https://github.com/llvm/llvm-project/pull/120497
More information about the llvm-commits
mailing list