c++ memory leak detection

J

__jakal__

Hello,
Is there any good memory leak detection software for C++ available as a
freeware...
I had used purify but had to discontinue due to huge license fees...
Also tried Sun workshop memory monitor........its a kind of buggy as it
doesnt detect most of the
memory leaks.

Cud anyone suggest some good memory leak detection software preferable
freeware.

Thanks
jack
 
C

Christopher Benson-Manica

K

Karthik

__jakal__ said:
Hello,
Is there any good memory leak detection software for C++ available as a
freeware...
I had used purify but had to discontinue due to huge license fees...
Also tried Sun workshop memory monitor........its a kind of buggy as it
doesnt detect most of the
memory leaks.

Cud anyone suggest some good memory leak detection software preferable
freeware.

Thanks
jack

Check out mtrace utility available on GNU/Linux .

http://www.gnu.org/software/libc/manual/html_node/Allocation-Debugging.html#Allocation Debugging.
 
C

Christopher Benson-Manica

Matt said:
I looked at those pages, but I don't see that the post is off-topic.
Please explain how the post is off-topic.

comp.lang.c++ is about the standard C++ language. Third-party
applications (such as those for finding memory leaks) aren't part of
the language, and thus aren't discussed.
 
?

=?ISO-8859-1?Q?Daniel_Sj=F6blom?=

__jakal__ said:
Hello,
Is there any good memory leak detection software for C++ available as a
freeware...
I had used purify but had to discontinue due to huge license fees...
Also tried Sun workshop memory monitor........its a kind of buggy as it
doesnt detect most of the
memory leaks.

Cud anyone suggest some good memory leak detection software preferable
freeware.

<OT>Valgrind is very good.</OT>
 
M

Matt

Christopher said:
comp.lang.c++ is about the standard C++ language. Third-party
applications (such as those for finding memory leaks) aren't part of
the language, and thus aren't discussed.

Can you provide a link to the group's charter?
 
Joined
Mar 26, 2012
Messages
1
Reaction score
0
:congrats:
8 years old have passed already but memory leaks are a headache for today
I use Deleaker instead of Valgrind now...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top