[all-commits] [llvm/llvm-project] 96a38b: [scudo] Do not instantiate Android svelte allocator.
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Tue Mar 7 21:22:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96a38b945e6eafd37e367a70bba851dfb3e1a097
https://github.com/llvm/llvm-project/commit/96a38b945e6eafd37e367a70bba851dfb3e1a097
Author: Christopher Ferris <cferris at google.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
Log Message:
-----------
[scudo] Do not instantiate Android svelte allocator.
The Android svelte allocator is not used, and will likely require
some configuration and experimentation to find a balanced config.
Leave the svelte config and size map so they can be used as the
basis for the future Android svelte config.
Reviewed By: Chia-hungDuan
Differential Revision: https://reviews.llvm.org/D145525
More information about the All-commits
mailing list