Skip to content

Commit

Permalink
update jemalloc to Sept 2024 production revision 6cc42173cbb2dad6ef5c…
Browse files Browse the repository at this point in the history
…7e49e6666987ce4cf92c
  • Loading branch information
lqd committed Dec 3, 2024
1 parent f25727d commit 2a6cf8e
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-3-ge4817c8d89a2a413e835c4adeab5c5c4412f9235"
source = "git+https://github.com/lqd/jemallocator.git?rev=5f2553834644f9e6ff9f35a8e4af93bcffa758a7#5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
version = "0.6.0+5.3.0-4-g6cc42173cbb2dad6ef5c7e49e6666987ce4cf92c"
source = "git+https://github.com/lqd/jemallocator.git?rev=6c33d5b33e547ad10c8561147e854d28f0bd7173#6c33d5b33e547ad10c8561147e854d28f0bd7173"
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 = "5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
rev = "6c33d5b33e547ad10c8561147e854d28f0bd7173"
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 = "5f2553834644f9e6ff9f35a8e4af93bcffa758a7"
rev = "6c33d5b33e547ad10c8561147e854d28f0bd7173"
features = ['unprefixed_malloc_on_supported_platforms']

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

0 comments on commit 2a6cf8e

Please sign in to comment.