Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest jemallocator and jemalloc-sys #20848

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

disable jemallocator default features (bg_thread) on all targets

  • Loading branch information
gnzlbg committed May 30, 2018
commit 023eebd1049d15c606a52e6696061ce2a0a03f5d
@@ -15,7 +15,7 @@ unstable = ["kernel32-sys", "jemallocator"]
libc = "0.2" # Only used when 'unstable' is disabled, but looks like Cargo cannot express that.

[target.'cfg(not(windows))'.dependencies]
jemallocator = { version = "0.1.8", optional = true }
jemallocator = { version = "0.1.8", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
kernel32-sys = { version = "0.2.1", optional = true }
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.