e6cdb4dd3e
This new package provides jemalloc, a malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. A host variant is added as it will be used by rust. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Thomas: - remove trailing slash (noticed by Romain Naour) - add !BR2_STATIC_LIBS dependency (noticed by Romain Naour).] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
config BR2_PACKAGE_JEMALLOC
|
|
bool "jemalloc"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
This library providing a malloc(3) implementation that emphasizes
|
|
fragmentation avoidance and scalable concurrency support.
|
|
|
|
http://www.canonware.com/jemalloc/
|
|
|
|
comment "jemalloc needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|