[all-commits] [llvm/llvm-project] 316ca4: [scudo] Print PushedBytesDelta in getStats()
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Mon Jul 10 14:30:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 316ca42a65ce0078ba3380f135ced8f36859dfa5
https://github.com/llvm/llvm-project/commit/316ca42a65ce0078ba3380f135ced8f36859dfa5
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
Log Message:
-----------
[scudo] Print PushedBytesDelta in getStats()
This gives a hint of potential bytes to release. Also remove the RSS
which is not supported yet. Will add it back when it's available.
Reviewed By: cferris
Differential Revision: https://reviews.llvm.org/D154551
Commit: 280ffafca56f4bf8544281b114c144cf6bd7432f
https://github.com/llvm/llvm-project/commit/280ffafca56f4bf8544281b114c144cf6bd7432f
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/mem_map_base.h
Log Message:
-----------
[scudo] Simple coding style fix in mem_map_base.h (NFC)
Reviewed By: cferris
Differential Revision: https://reviews.llvm.org/D154894
Compare: https://github.com/llvm/llvm-project/compare/dbd47c4489b1...280ffafca56f
More information about the All-commits
mailing list