feat: add snmalloc support (#13771)

This commit is contained in:
Dan Cline
2025-01-11 21:43:24 -05:00
committed by GitHub
parent cc84f83b6c
commit 567d5c60e6
5 changed files with 62 additions and 1 deletions

View File

@ -604,9 +604,11 @@ tempfile = "3.8"
test-fuzz = "6"
rstest = "0.23.0"
# allocators
tikv-jemalloc-ctl = "0.6"
tikv-jemallocator = "0.6"
tracy-client = "0.17.3"
snmalloc-rs = { version = "0.3.7", features = ["build_cc"] }
# [patch.crates-io]
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "5492e40" }