jemallocator/jemalloc-sys
2018-05-03 16:37:24 +02:00
..
configure build jemalloc in OUT_DIR 2018-05-03 00:23:40 +02:00
jemalloc@b8f4c730ef re-add jemalloc submodule 2018-05-03 16:37:24 +02:00
src allow(non_snake_case) for MALLOCX_ALIGN macro 2018-05-02 10:05:53 +02:00
build.rs fixup 2018-05-03 16:07:07 +02:00
Cargo.toml disable -Wextra; do a make distclean before configure 2018-05-02 10:08:22 +02:00
readme.md add appveyor ci script 2018-05-02 17:28:25 +02:00

Updating jemalloc

Updating the jemalloc version requires generating new configure files, which requires autoconf to be installed.

To generate the configuration files, go to the jemalloc source directory and:

./autogen.sh
make distclean