[compiler-rt] [scudo] Mark page status in getStats in secondary (PR #67588)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 2 10:14:58 PDT 2023
================
@@ -174,9 +174,9 @@ template <typename Config> class MapAllocatorCache {
if (!Entry.isValid())
continue;
Str->append("StartBlockAddress: 0x%zx, EndBlockAddress: 0x%zx, "
- "BlockSize: %zu\n",
+ "BlockSize: %zu %s\n",
----------------
ChiaHungDuan wrote:
Sorry, I was under the impression that we have to have non-empty string in ScopedString for the placeholder and I was wrong.
Fixed
https://github.com/llvm/llvm-project/pull/67588
More information about the llvm-commits
mailing list