gentoo/dev-ada/gnatmem/metadata.xml
Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

23 lines
956 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ada@gentoo.org</email>
</maintainer>
<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>