diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2016-06-24 21:46:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-05 11:12:01 +0200 |
commit | e6cdb4dd3e32a6de61118cec6237aa75f2a83754 (patch) | |
tree | bc0050835fb69bcce67e1031292b0f4872a251cd /package/Config.in | |
parent | 16ec6a6c783e20660d366e06ab2a12275acd72f9 (diff) | |
download | buildroot-e6cdb4dd3e32a6de61118cec6237aa75f2a83754.tar.gz buildroot-e6cdb4dd3e32a6de61118cec6237aa75f2a83754.zip |
jemalloc: new package
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>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 1575e55183..11fcdadb3a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1243,6 +1243,7 @@ menu "Other" source "package/gmp/Config.in" source "package/gsl/Config.in" source "package/gtest/Config.in" + source "package/jemalloc/Config.in" source "package/libargtable2/Config.in" source "package/libatomic_ops/Config.in" source "package/libbsd/Config.in" |