-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snmalloc v1 maintain oct 10 2021 (#161)
* bump module Signed-off-by: Schrodinger ZHU Yifan <[email protected]> * deprecate cache-friendly Signed-off-by: Schrodinger ZHU Yifan <[email protected]> * bump version and use exposed alloc_zeroed Signed-off-by: Schrodinger ZHU Yifan <[email protected]> * update change log Signed-off-by: Schrodinger ZHU Yifan <[email protected]>
- Loading branch information
1 parent
8457da5
commit 4292a34
Showing
8 changed files
with
77 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snmalloc-rs" | ||
version = "0.2.27" | ||
version = "0.2.28" | ||
authors = ["schrodingerzhu <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ readme = "README.md" | |
members = ["snmalloc-sys" ] | ||
|
||
[dependencies] | ||
snmalloc-sys = {version = "0.2.27", path = "snmalloc-sys", default-features = false } | ||
snmalloc-sys = {version = "0.2.28", path = "snmalloc-sys", default-features = false } | ||
|
||
[features] | ||
default = ["snmalloc-sys/build_cmake","1mib"] | ||
|
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 = "snmalloc-sys" | ||
version = "0.2.27" | ||
version = "0.2.28" | ||
authors = ["schrodingerzhu <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
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
Submodule snmalloc
updated
39 files
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