gnzlbg / jemallocator

Rust allocator using jemalloc as a backend
Apache License 2.0
403 stars 112 forks source link

Configure jemalloc features properly #161

Open rocallahan opened 4 years ago

rocallahan commented 4 years ago

Pass explicit --enable or --disable to the jemalloc configure.ac to avoid depending on jemalloc defaults (which could change).

Resolves #160