rust/src/liballoc_jemalloc
Oliver Middleton e8cbcef86e Fix alloc_jemalloc on windows gnu targets
jemalloc prefixes the symbols by default on Windows so we need to account
for that to avoid link errors such as: `undefined reference to `mallocx'`
when using alloc_jemalloc.
2016-05-01 13:16:06 +01:00
..
build.rs Prefix jemalloc on DragonFly to prevent segfaults. 2016-04-02 18:40:59 +02:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
lib.rs Fix alloc_jemalloc on windows gnu targets 2016-05-01 13:16:06 +01:00