[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:55 PST 2024
================
@@ -1144,11 +1144,12 @@ template <typename Config> class SizeClassAllocator64 {
Str->append(
"%s %02zu (%6zu): mapped: %6zuK popped: %7zu pushed: %7zu "
"inuse: %6zu total: %6zu releases: %6zu last "
- "released: %6zuK latest pushed bytes: %6zuK region: 0x%zx (0x%zx)\n",
+ "release attempted: %6zuK latest pushed bytes: %6zuK region: 0x%zx "
----------------
ChiaHungDuan wrote:
Done.
https://github.com/llvm/llvm-project/pull/120497
More information about the llvm-commits
mailing list