This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug?: g++, memusage reports memory leak with an empty programm
- From: John Levon <levon at movementarian dot org>
- To: Christoph Rabel <odie at hal9000 dot vc-graz dot ac dot at>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Mar 2003 19:33:43 +0000
- Subject: Re: Bug?: g++, memusage reports memory leak with an empty programm
- References: <3E7A160F.6030408@hal9000.vc-graz.ac.at>
On Thu, Mar 20, 2003 at 08:27:11PM +0100, Christoph Rabel wrote:
> g++ memtest.cpp -o memtest
>
> memusage ./memtest
>
> Here memusage reports 116 bytes that were allocated but not freed. On
You may find :
http://gcc.gnu.org/onlinedocs/libstdc++/debug.html
useful
regards,
john