summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2017-07-31 09:37:40 -0700
committerPatrick McLean <chutzpah@gentoo.org>2017-07-31 09:37:40 -0700
commit820ed9c0c32b7e8b756d7adf380426a0b6822f9b (patch)
tree295908c6801afc4dafd3c426f7b273bb4aa00032 /dev-libs/jemalloc/metadata.xml
parentsys-cluster/ceph: Update default ulimits in 10.2.9 to more match upstream (diff)
downloadgentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.tar.gz
gentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.tar.bz2
gentoo-820ed9c0c32b7e8b756d7adf380426a0b6822f9b.zip
dev-libs/jemalloc: Version bump to 5.0.1
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/jemalloc/metadata.xml')
-rw-r--r--dev-libs/jemalloc/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/jemalloc/metadata.xml b/dev-libs/jemalloc/metadata.xml
index d376e50e4b1d..848a0a7987dd 100644
--- a/dev-libs/jemalloc/metadata.xml
+++ b/dev-libs/jemalloc/metadata.xml
@@ -9,7 +9,10 @@
Jemalloc is a general-purpose scalable concurrent allocator
</longdescription>
<use>
+ <flag name="hugepages">Enable transparent huge page support</flag>
+ <flag name="lazy-lock">Enable lazy locking (only lock when multi-threaded)</flag>
<flag name="stats">Enable statistics calculation/reporting</flag>
+ <flag name="xmalloc">Add support for xmalloc (abort-on-out-of-memory)</flag>
</use>
<upstream>
<remote-id type="github">jemalloc/jemalloc</remote-id>