[compiler-rt] [scudo] Move getResidentPages function (PR #183138)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 12:56:57 PST 2026


================
@@ -238,12 +238,12 @@ class MapAllocatorCache {
                   Entry.CommitSize, Entry.Time == 0 ? " [R]" : "");
 #if SCUDO_LINUX
----------------
cferris1000 wrote:

You should do the same as in primary64.h, don't append if the number is -1.

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


More information about the llvm-commits mailing list