This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Migration from RWTools to string - problems [newbie]
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Krzysztof dot Wisniowski at siemens dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 1 Oct 2003 21:26:14 +0200
- Subject: Re: Migration from RWTools to string - problems [newbie]
- References: <3D38ED5B48B8D6119C5900104B3E49033BD969@WROS221A>
Krzysztof.Wisniowski@siemens.com wrote:
> I am looking for some function to display the free memory, perhaps that
> would give me any idea what goes wrong in the program, unfortunately I
> cannot find any. Can you give me some hints?
> I am working on SunOS 5.8 with gcc++ 2.95.3.
Compile your application on GNU/Linux on x86 and give valgrind a try.