This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug?: g++, memusage reports memory leak with an empty programm


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]