[compiler-rt] [scudo] Add the record of number of attempted page release (PR #120497)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 16:47:56 PST 2024


================
@@ -530,7 +530,7 @@ template <typename Config> class SizeClassAllocator64 {
 
   struct ReleaseToOsInfo {
     uptr BytesInFreeListAtLastCheckpoint;
-    uptr RangesReleased;
+    uptr NumReleaseAttempted;
----------------
ChiaHungDuan wrote:

Done.

https://github.com/llvm/llvm-project/pull/120497


More information about the llvm-commits mailing list