Skip to content

Commit

Permalink
Auto merge of #24798 - tmiasko:jemalloc, r=jdm
Browse files Browse the repository at this point in the history
Update jemalloc-sys to 0.3.2

Update jemalloc-sys to 0.3.2 to avoid issue where jemalloc occasionally keeps
spinning in `je_spin_adaptive`.

- [X] `./mach build --release` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #24791
  • Loading branch information
bors-servo committed Nov 21, 2019
2 parents eb363ec + 37af4f3 commit 47e39af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/allocator/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ publish = false
path = "lib.rs"

[target.'cfg(not(windows))'.dependencies]
jemalloc-sys = { version = "0.1.4" }
jemalloc-sys = { version = "0.3.2" }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["heapapi"] }

0 comments on commit 47e39af

Please sign in to comment.