[PATCH] D82397: [scudo][standalone] mallopt runtime configuration options
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 24 07:31:57 PDT 2020
cryptoad added a comment.
In D82397#2171020 <https://reviews.llvm.org/D82397#2171020>, @pcc wrote:
> Where does the configuration need to live? If it just needs to be a build-time configuration, that may be simpler than exposing new `mallopt` options.
It needs to be a per process decision that will be exercised at runtime (likely by apps).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82397/new/
https://reviews.llvm.org/D82397
More information about the llvm-commits
mailing list