Skip to content

Commit 1478f98

Browse files
committed
Bump jemalloc.
Signed-off-by: Jason Volk <jason@zemos.net>
1 parent 2c0ad2a commit 1478f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

librocksdb-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = [
2929

3030
[features]
3131
default = ["bindgen-runtime", "static"]
32-
jemalloc = ["tikv-jemalloc-sys"]
32+
jemalloc = ["dep:jevmalloc"]
3333
static = ["libz-sys?/static", "bzip2-sys?/static"]
3434
bindgen-runtime = ["bindgen/runtime"]
3535
bindgen-static = ["bindgen/static"]
@@ -51,7 +51,7 @@ bzip2-sys = { version = "0.1", default-features = false, optional = true }
5151
libc = "0.2"
5252
libz-sys = { version = "1.1", default-features = false, optional = true }
5353
lz4-sys = { version = "1.11", optional = true }
54-
tikv-jemalloc-sys = { git = "https://github.com/matrix-construct/jemallocator", rev = "03bed96afbbc898bef4d4f7d335c0519e3d1afad", features = [
54+
jevmalloc = { git = "https://github.com/matrix-construct/jevmalloc", rev = "0003c42020c761d59fd68070316380f1a9cd743b", features = [
5555
"unprefixed_malloc_on_supported_platforms",
5656
"background_threads_runtime_support",
5757
], optional = true }

0 commit comments

Comments
 (0)