mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-12-04 11:03:31 +00:00
aa420aed20
* document jemalloc-sys APIs * document readme for crates.io * add missing jemalloc apis * re-enable ctest * add stats feature
12 lines
247 B
Markdown
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
|
|
```
|