dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / dev-ada / gnatmem / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>ada@gentoo.org</email>
6         </maintainer>
7         <longdescription lang="en">
8                 The gnatmem utility monitors dynamic allocation and deallocation
9                 activity in a program, and displays information about incorrect
10                 deallocations and possible sources of memory leaks. It provides three
11                 type of information:
12
13                 General information concerning memory management, such as the total
14                 number of allocations and deallocations, the amount of allocated memory
15                 and the high water mark, i.e. the largest amount of allocated memory in
16                 the course of program execution.
17                 Backtraces for all incorrect deallocations, that is to say
18                 deallocations which do not correspond to a valid allocation.
19                 Information on each allocation that is potentially the origin of a
20                 memory leak. 
21         </longdescription>
22 </pkgmetadata>