servo/components/layout_thread
bors-servo 07e9794306 Auto merge of #18944 - servo:jemallocator2, r=nox
Stop relying on linking details of std’s default allocator

We’ve been bitten before by symbol names changing: https://github.com/servo/heapsize/pull/46, and upstream is planning to stop using jemalloc by default: https://github.com/rust-lang/rust/issues/33082#issuecomment-309781465

So use the (relatively) new `#[global_allocator]` attribute to explicitly select the system allocator on Windows and jemalloc (now in an external crate) on other platforms. This choice matches current defaults.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18944)
<!-- Reviewable:end -->
2017-10-19 09:15:17 -05:00
..
Cargo.toml Stop relying on linking details of std’s default allocator 2017-10-19 09:52:50 +02:00
dom_wrapper.rs style: Make MatchingContext generic over SelectorImpl. 2017-10-19 11:33:13 +02:00
lib.rs Auto merge of #18944 - servo:jemallocator2, r=nox 2017-10-19 09:15:17 -05:00