0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 19:48:53 +02:00

Update jemalloc option section.

Jason Volk 2020-06-12 22:50:21 -07:00
parent e95d79657f
commit ddddc1b9bb

@ -137,15 +137,12 @@ any alternative to the default standard library allocator specify this option.
#### Enable third-party dynamic allocator libraries
Currently:
```
--enable-jemalloc
--disable-jemalloc
```
`./configure` will detect alternative `malloc()` implementations found in
libraries installed on the system (jemalloc/tcmalloc/etc). Construct developers
may not enable these to be configured by default, falling back on the default
allocator. To always use one of the alternative allocators use one option here.
libraries installed on the system (jemalloc/tcmalloc/etc). These are recommended for best performance.
#### Logging level