summaryrefslogtreecommitdiff
blob: a6af7fb2c607d6443ab16522917699ddf6c55b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>hawking@gentoo.org</email>
		<name>Ali Polatel</name>
	</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>