[all-commits] [llvm/llvm-project] e68c26: [scudo] Add parameters for ring buffer and stack d...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Dec 5 16:12:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e68c265543722af32821eab2c77565d37079da47
https://github.com/llvm/llvm-project/commit/e68c265543722af32821eab2c77565d37079da47
Author: Florian Mayer <fmayer at google.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/include/scudo/interface.h
M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
Log Message:
-----------
[scudo] Add parameters for ring buffer and stack depot sizes (#74539)
These will be used in follow-up CLs, committing this separately because
it needs a matching change in AOSP. This way we can avoid complicated
multi-repo rollbacks if something is wrong with the follow up CLs.
More information about the All-commits
mailing list