Skip to content

add option to link sbin/kresd to jemalloc

Vladimír Čunát requested to merge jemalloc into master

And by default do so iff jemalloc is found.

I chose the simplicity of adding the chosen allocator just in the single binary. Other sbin/* don't matter really, and dynamic libs (e.g. modules) will just follow whoever loaded them.

Merge request reports