jemalloc: new package
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Fri, 24 Jun 2016 19:46:30 +0000 (21:46 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 09:12:01 +0000 (11:12 +0200)
commite6cdb4dd3e32a6de61118cec6237aa75f2a83754
treebc0050835fb69bcce67e1031292b0f4872a251cd
parent16ec6a6c783e20660d366e06ab2a12275acd72f9
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>
package/Config.in
package/jemalloc/Config.in [new file with mode: 0644]
package/jemalloc/jemalloc.hash [new file with mode: 0644]
package/jemalloc/jemalloc.mk [new file with mode: 0644]