You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ccmalloc/metadata.xml

16 lines
726 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
If you want to remove memory leaks from your C or C++ programs or you
experience strange bugs, probably due to pointer access to freed data,
then ccmalloc may be the right tool for you. In general it can help you
to track down memory related problems with C and C++ programs. It does
not replace more sophistacted tools such as purify or valgrind, since it
can not detect illegal memory reads, at least not all type of memory reads.
</longdescription>
</pkgmetadata>