servo/components/allocator
Simon Sapin 7dbc524207 Fork the jemallocator crate, fix for nightly-2018-04-15
CC https://github.com/alexcrichton/jemallocator/pull/40,
https://github.com/rust-lang/rust/pull/49669

The new version of jemallocator requires a more recent jemalloc
https://github.com/alexcrichton/jemallocator/pull/34
which doesn’t build on our current Android toolchain
https://github.com/jemalloc/jemalloc/issues/1175.

To avoid blocking on figuring that out, duplicate ~70 lines
from jemallocator and use the older jemalloc-sys directly.
2018-04-16 08:56:08 +02:00
..
Cargo.toml Fork the jemallocator crate, fix for nightly-2018-04-15 2018-04-16 08:56:08 +02:00
lib.rs Fork the jemallocator crate, fix for nightly-2018-04-15 2018-04-16 08:56:08 +02:00