Skip to content

Commit bca9839

Browse files
committed
update jemalloc to Apr 2023 production revision 521970fb2e5278b7b92061933cbacdbb9478998a
1 parent 1551aa0 commit bca9839

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5252,8 +5252,8 @@ version = "0.1.0"
52525252

52535253
[[package]]
52545254
name = "tikv-jemalloc-sys"
5255-
version = "0.6.0+5.3.0-1-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c"
5256-
source = "git+https://github.com/lqd/jemallocator.git?rev=e0edb93a9e51235ec06b6de22b959af4a5c15052#e0edb93a9e51235ec06b6de22b959af4a5c15052"
5255+
version = "0.6.0+5.3.0-2-g521970fb2e5278b7b92061933cbacdbb9478998a"
5256+
source = "git+https://github.com/lqd/jemallocator.git?rev=3f2513eb619d9d81528b9c05d3cb29888b7509ac#3f2513eb619d9d81528b9c05d3cb29888b7509ac"
52575257
dependencies = [
52585258
"cc",
52595259
"libc",

compiler/rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stable_mir = { path = "../stable_mir" }
2222

2323
[dependencies.tikv-jemalloc-sys]
2424
git = "https://github.com/lqd/jemallocator.git"
25-
rev = "e0edb93a9e51235ec06b6de22b959af4a5c15052"
25+
rev = "3f2513eb619d9d81528b9c05d3cb29888b7509ac"
2626
optional = true
2727
features = ['unprefixed_malloc_on_supported_platforms']
2828

src/tools/miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ directories = "5"
3333
# easily use that since we support of-tree builds.
3434
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.tikv-jemalloc-sys]
3535
git = "https://github.com/lqd/jemallocator.git"
36-
rev = "e0edb93a9e51235ec06b6de22b959af4a5c15052"
36+
rev = "3f2513eb619d9d81528b9c05d3cb29888b7509ac"
3737
features = ['unprefixed_malloc_on_supported_platforms']
3838

3939
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)