.\" $Header: mnemalyse.1l 1.1 90/12/28 mjr Rel $
.TH mnemalyse 1
.SH Name
mnemalyse \- analyse dynamic memory allocation statistics
.SH Syntax
.B mnemalyse
.IP
The
.I mnemalyse
program interprets mnemosyne pointer and symbol databases and prints
statistics about dynamically allocated data that was not freed. The
program expects to find the files
.I "mnem.syms"
and
.I "mnem.dat"
in the current working directory. There are no options and the output
is self-explanatory:
.EX
hussar-> mnemalyse
922 bytes missing mtest.c line:19
123 bytes missing mtest.c line:20
1 bytes missing mtest.c line:27
2 bytes missing mtest.c line:27
3 bytes missing mtest.c line:27
4 bytes missing mtest.c line:27
5 bytes missing mtest.c line:27
6 bytes missing mtest.c line:27
9 pointers, 8 lost totalling 1066 bytes
.EE
.SH Files
.DT
mnem.syms		Source code line number map
.br
mnem.dat		Pointer allocation map
.SH See Also
mnemosyne(3l)
.SH Author
Marcus J. Ranum (mjr@decuac.dec.com)
