summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-09-28 09:01:01 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-09-28 09:01:01 +0200
commit391c0b8fcce0821e97eb16655c4833bf2c74921d (patch)
treec618865e4636df11871905e92f38c07681a4a68f /dev-ada/gnatmem/metadata.xml
parentdev-lang/mercury-extras: filter out java+erlang grades for Mercury packages t... (diff)
downloadgentoo-391c0b8fcce0821e97eb16655c4833bf2c74921d.tar.gz
gentoo-391c0b8fcce0821e97eb16655c4833bf2c74921d.tar.bz2
gentoo-391c0b8fcce0821e97eb16655c4833bf2c74921d.zip
dev-ada/gnatmem: Adding dev-ada/gnatmem-2017
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ada/gnatmem/metadata.xml')
-rw-r--r--dev-ada/gnatmem/metadata.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/dev-ada/gnatmem/metadata.xml b/dev-ada/gnatmem/metadata.xml
index 4dacd9de192f..0119f73e16b5 100644
--- a/dev-ada/gnatmem/metadata.xml
+++ b/dev-ada/gnatmem/metadata.xml
@@ -5,11 +5,23 @@
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</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>
+ </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:
+ 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.
+ 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>