[all-commits] [llvm/llvm-project] 7a120f: [scudo] Fragmentation info secondary cache
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Thu Aug 10 17:08:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a120fcd66870891fa9c0028cfdfcf516fb9bac3
https://github.com/llvm/llvm-project/commit/7a120fcd66870891fa9c0028cfdfcf516fb9bac3
Author: Fernando <fernandosalas at google.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/secondary.h
Log Message:
-----------
[scudo] Fragmentation info secondary cache
Added a variable that tracks the FragmentedBytes in the secondary cache.
Updates this information after successful retrieves and stores. Dumps
info in getStats().
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D157527
More information about the All-commits
mailing list