adds unprefixed_malloc_on_supported_platforms to jemalloc (#20317) (#20325)

Without this feature jemalloc is used only for Rust code but not for
bundled C/C++ libraries (like rocksdb).
https://github.com/solana-labs/solana/issues/14366#issuecomment-930404992

(cherry picked from commit 4bf6d0c4d7)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
This commit is contained in:
mergify[bot]
2021-09-29 22:49:47 +00:00
committed by GitHub
parent fec15f69f4
commit 5d8429d953

View File

@ -51,7 +51,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.7.14" }
symlink = "0.1.0"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = {package = "tikv-jemallocator", version = "0.4.1"}
jemallocator = {package = "tikv-jemallocator", version = "0.4.1", feautres = ["unprefixed_malloc_on_supported_platforms"]}
[target."cfg(unix)".dependencies]
libc = "0.2.81"