Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » memory leaks
memory leaks [message #155338] Thu, 29 September 2005 03:17 Go to next message
Eclipse UserFriend
does anyone know a half-decent program for detecting memory leaks? i've
tried a few scripts that track new and delete operations within the code
and external programs but nothing has really worked. there has to be
something out there i'm sure, any reccommendations?
Re: memory leaks [message #155371 is a reply to message #155338] Thu, 29 September 2005 04:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johan.nosp.m.appeal.se

Valgrind is *excellent*: http://valgrind.org/

//Johan

Anthony Knittel wrote:
> does anyone know a half-decent program for detecting memory leaks? i've
> tried a few scripts that track new and delete operations within the code
> and external programs but nothing has really worked. there has to be
> something out there i'm sure, any reccommendations?
Re: memory leaks [message #155462 is a reply to message #155371] Thu, 29 September 2005 21:02 Go to previous messageGo to next message
Eclipse UserFriend
looks great, but does anyone know one for windows/cygwin? i've found a
few for linux but that doesn't help me at the moment.

Johan Walles wrote:
> Valgrind is *excellent*: http://valgrind.org/
>
> //Johan
>
> Anthony Knittel wrote:
>
>> does anyone know a half-decent program for detecting memory leaks?
>> i've tried a few scripts that track new and delete operations within
>> the code and external programs but nothing has really worked. there
>> has to be something out there i'm sure, any reccommendations?
Re: memory leaks [message #155494 is a reply to message #155462] Fri, 30 September 2005 03:42 Go to previous message
Eclipse UserFriend
you should try Eletric Fence (efence), a small library for c++ code. Just
google for it. You just
have to compile the efence files, build the library and then, finally,
include the lib in the
linking process of your project (with -lefence).

Quite small, but very usefull.....

good luck
andrés

Am Fri, 30 Sep 2005 03:02:28 +0200 schrieb Anthony Knittel
<anthony@centreforthemind.com.au>:

> looks great, but does anyone know one for windows/cygwin? i've found a
> few for linux but that doesn't help me at the moment.
>
> Johan Walles wrote:
>> Valgrind is *excellent*: http://valgrind.org/
>> //Johan
>> Anthony Knittel wrote:
>>
>>> does anyone know a half-decent program for detecting memory leaks?
>>> i've tried a few scripts that track new and delete operations within
>>> the code and external programs but nothing has really worked. there
>>> has to be something out there i'm sure, any reccommendations?



--
Written with Opera
Previous Topic:External Tools causing rebuild
Next Topic:CTags not found or in path? Which path?
Goto Forum:
  


Current Time: Mon Jul 21 21:37:56 EDT 2025

Powered by FUDForum. Page generated in 0.05165 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top