summaryrefslogtreecommitdiff
blob: c6a22a23c94bbfdc81017e4a105af2c4c9f2790f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>ada@gentoo.org</email>
	</maintainer>
	<use>
		<flag name="gnat_2016">Compile with dev-lang/gnat-gpl-2016</flag>
		<flag name="gnat_2017">Compile with dev-lang/gnat-gpl-2017</flag>
		<flag name="gnat_2018">Compile with dev-lang/gnat-gpl-2018</flag>
		<flag name="gnat_2019">Compile with dev-lang/gnat-gpl-2019</flag>
	</use>
	<longdescription lang="en">
		The gnatmem utility monitors dynamic allocation and deallocation
		activity in a program, and displays information about incorrect
		deallocations and possible sources of memory leaks. It provides three
		type of information:

		General information concerning memory management, such as the total
		number of allocations and deallocations, the amount of allocated memory
		and the high water mark, i.e. the largest amount of allocated memory in
		the course of program execution.
		Backtraces for all incorrect deallocations, that is to say
		deallocations which do not correspond to a valid allocation.
		Information on each allocation that is potentially the origin of a
		memory leak. 
	</longdescription>
</pkgmetadata>