rust/src/liballoc_jemalloc
Ed Schouten 66d53ca9e5 Make liballoc_jemalloc work on CloudABI.
The automated builds for CloudABI in dist-various-2 don't use
--disable-jemalloc, even though my original container image did. Instead
of setting that flag, let's go the extra mile of making jemalloc work.
CloudABI's C library already uses jemalloc and now exposes the API
extensions used by us.
2018-01-18 21:11:24 +01:00
..
build.rs Make liballoc_jemalloc work on CloudABI. 2018-01-18 21:11:24 +01:00
Cargo.toml Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
lib.rs Remove comment about a branch being optimized out, fix #45831 2017-11-20 16:22:17 +01:00
pthread_atfork_dummy.c