[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:35:24 PST 2024


================
@@ -387,7 +387,7 @@ template <typename Config> class SizeClassAllocator32 {
 
   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