summaryrefslogtreecommitdiff
path: root/dev-libs/jemalloc/metadata.xml
blob: 641f6831330718748c90fad4c658a01701c3d946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<use>
		<flag name="lazy-lock">Enable lazy locking (only lock when multi-threaded)</flag>
		<flag name="prof">Enable allocation profiling</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>
	</upstream>
</pkgmetadata>