Auto merge of #24798 - tmiasko:jemalloc, r=jdm

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
This commit is contained in:
bors-servo 2019-11-20 20:35:33 -05:00 committed by GitHub
commit 47e39af0f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -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"] }