[compiler-rt] [scudo] Let allocator config limit the page releasing interval (PR #89114)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 22:11:19 PDT 2024
ChiaHungDuan wrote:
Based on the values allowed on Android, we may need to convert the values (-1, 0, 1) to ms, i.e., multiply 1000. But after reviewing few use cases of M_DECAY_TIME, I think we may still need to do some value mapping here. Will upload a new one.
https://github.com/llvm/llvm-project/pull/89114
More information about the llvm-commits
mailing list