mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
commit
47e39af0f3
2 changed files with 10 additions and 3 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue