26 lines
774 B
XML
26 lines
774 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer>
|
|
<email>flameeyes@gentoo.org</email>
|
|
</maintainer>
|
|
|
|
<use>
|
|
<flag name="largepages">
|
|
Use (experimental) larger pages for tcmalloc, this increases
|
|
memory usage, but should speed up the allocation/free
|
|
operations.
|
|
</flag>
|
|
|
|
<flag name="debug">
|
|
Build a set of libraries with debug support (so-called
|
|
debugalloc). These are available by default but are not needed
|
|
unless you're actually developing using tcmalloc.
|
|
</flag>
|
|
|
|
<flag name="minimal">
|
|
Only build the tcmalloc_minimal library, ignoring the heap
|
|
checker and the profilers.
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|