Skip to content

Commit

Permalink
update jemalloc to Nov 2023 production revision e4817c8d89a2a413e835c…
Browse files Browse the repository at this point in the history
…4adeab5c5c4412f9235
  • Loading branch information
lqd committed Dec 3, 2024
1 parent bca9839 commit f25727d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5252,8 +5252,8 @@ version = "0.1.0"

[[package]]
name = "tikv-jemalloc-sys"
version = "0.6.0+5.3.0-2-g521970fb2e5278b7b92061933cbacdbb9478998a"
source = "git+https://github.com/lqd/jemallocator.git?rev=3f2513eb619d9d81528b9c05d3cb29888b7509ac#3f2513eb619d9d81528b9c05d3cb29888b7509ac"
version = "0.6.0+5.3.0-3-ge4817c8d89a2a413e835c4adeab5c5c4412f9235"
source = "git+https://github.com/lqd/jemallocator.git?rev=5f2553834644f9e6ff9f35a8e4af93bcffa758a7#5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
dependencies = [
"cc",
"libc",
Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stable_mir = { path = "../stable_mir" }

[dependencies.tikv-jemalloc-sys]
git = "https://github.com/lqd/jemallocator.git"
rev = "3f2513eb619d9d81528b9c05d3cb29888b7509ac"
rev = "5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
optional = true
features = ['unprefixed_malloc_on_supported_platforms']

Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ directories = "5"
# easily use that since we support of-tree builds.
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.tikv-jemalloc-sys]
git = "https://github.com/lqd/jemallocator.git"
rev = "3f2513eb619d9d81528b9c05d3cb29888b7509ac"
rev = "5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
features = ['unprefixed_malloc_on_supported_platforms']

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit f25727d

Please sign in to comment.