memory leaks [message #155338] |
Thu, 29 September 2005 03:17  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.05165 seconds