summaryrefslogtreecommitdiffstats
path: root/package/jemalloc/jemalloc.mk
Commit message (Collapse)AuthorAgeFilesLines
* jemalloc: bump version to 5.0.1Eric Le Bihan2017-09-121-1/+1
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jemalloc: bump version to 4.5.0Eric Le Bihan2017-04-071-2/+2
| | | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> [Thomas: use release tarball, which avoids the need for autoreconf.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-2cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-2c is BSD-2-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-2c/BSD-2-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jemalloc: add a check for valgrind being configured as wellCharles Hardin2016-09-111-0/+9
| | | | | | | | | | | | jemalloc can be compiled with valgrind support being enabled to produce proper output, so when the valgrind package has been configured configure jemalloc appropriately. In addition, make sure to disable valgrind support unconditionally in the host variant of jemalloc. Signed-off-by: Charles Hardin <ckhardin@exablox.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jemalloc: bump version to 4.2.1Eric Le Bihan2016-07-151-1/+1
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jemalloc: new packageEric Le Bihan2016-07-051-0/+15
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>
OpenPOWER on IntegriCloud