forked from gnzlbg/jemallocator
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jay Lee <[email protected]>
- Loading branch information
Showing
9 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tikv-jemalloc-ctl" | ||
version = "0.5.4" | ||
version = "0.6.0" | ||
authors = [ | ||
"Steven Fackler <[email protected]>", | ||
"Gonzalo Brito Gadeschi <[email protected]>", | ||
|
@@ -26,12 +26,12 @@ is-it-maintained-open-issues = { repository = "tikv/jemallocator" } | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
tikv-jemalloc-sys = { path = "../jemalloc-sys", version = "0.5.0" } | ||
tikv-jemalloc-sys = { path = "../jemalloc-sys", version = "0.6.0" } | ||
libc = { version = "0.2", default-features = false } | ||
paste = "1" | ||
|
||
[dev-dependencies] | ||
tikv-jemallocator = { path = "../jemallocator", version = "0.5.0" } | ||
tikv-jemallocator = { path = "../jemallocator", version = "0.6.0" } | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tikv-jemalloc-sys" | ||
version = "0.5.4+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" | ||
version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" | ||
authors = [ | ||
"Alex Crichton <[email protected]>", | ||
"Gonzalo Brito Gadeschi <[email protected]>", | ||
|
@@ -18,6 +18,7 @@ description = """ | |
Rust FFI bindings to jemalloc | ||
""" | ||
edition = "2018" | ||
rust-version = "1.71" | ||
|
||
[badges] | ||
codecov = { repository = "tikv/jemallocator" } | ||
|
@@ -32,7 +33,7 @@ libc = { version = "^0.2.8", default-features = false } | |
cc = "^1.0.13" | ||
|
||
[features] | ||
default = ["stats", "background_threads_runtime_support"] | ||
default = ["background_threads_runtime_support"] | ||
profiling = [] | ||
debug = [] | ||
background_threads_runtime_support = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tikv-jemallocator-global" | ||
# Make sure to update the version in the readme as well: | ||
version = "0.5.0" | ||
version = "0.6" | ||
authors = [ | ||
"Gonzalo Brito Gadeschi <[email protected]>", | ||
"The TiKV Project Developers", | ||
|
@@ -26,7 +26,7 @@ is-it-maintained-open-issues = { repository = "tikv/jemallocator" } | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
tikv-jemallocator = { version = "0.5.0", path = "../jemallocator", optional = true } | ||
tikv-jemallocator = { version = "0.6.0", path = "../jemallocator", optional = true } | ||
cfg-if = "0.1" | ||
|
||
[features] | ||
|
@@ -38,7 +38,7 @@ force_global_jemalloc = [ "tikv-jemallocator" ] | |
# for a particular target, white-list the target explicitly here: | ||
|
||
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies] | ||
tikv-jemallocator = { version = "0.5.0", path = "../jemallocator", optional = false } | ||
tikv-jemallocator = { version = "0.6.0", path = "../jemallocator", optional = false } | ||
|
||
# FIXME: https://github.com/gnzlbg/jemallocator/issues/91 | ||
# [target.'cfg(target_os = "windows")'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tikv-jemallocator" | ||
# Make sure to update the version in the README as well: | ||
version = "0.5.4" | ||
version = "0.6.0" | ||
authors = [ | ||
"Alex Crichton <[email protected]>", | ||
"Gonzalo Brito Gadeschi <[email protected]>", | ||
|
@@ -33,15 +33,15 @@ test = false | |
bench = false | ||
|
||
[dependencies] | ||
tikv-jemalloc-sys = { path = "../jemalloc-sys", version = "0.5.0", default-features = false } | ||
tikv-jemalloc-sys = { path = "../jemalloc-sys", version = "0.6.0", default-features = false } | ||
libc = { version = "^0.2.8", default-features = false } | ||
|
||
[dev-dependencies] | ||
paste = "1" | ||
tikv-jemalloc-ctl = { path = "../jemalloc-ctl", version = "0.5.0" } | ||
tikv-jemalloc-ctl = { path = "../jemalloc-ctl", version = "0.6.0" } | ||
|
||
[features] | ||
default = ["stats", "background_threads_runtime_support"] | ||
default = ["background_threads_runtime_support"] | ||
alloc_trait = [] | ||
profiling = ["tikv-jemalloc-sys/profiling"] | ||
debug = ["tikv-jemalloc-sys/debug"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters