jemallocator/jemalloc-sys/update_jemalloc.md
gnzlbg aa420aed20 Document jemalloc-sys; re-enable ctest; add stats feature
* document jemalloc-sys APIs
* document readme for crates.io
* add missing jemalloc apis
* re-enable ctest
* add stats feature
2018-08-13 12:04:37 +02:00

12 lines
247 B
Markdown

# 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
run:
```shell
autoconf
```