summaryrefslogtreecommitdiff
blob: 1c8fc6329fdffb531e59372ba26c7fc0961e670f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>