Memory Leaks

P

pd

hi friends,
Can anyone suggest some good technique / tool to find leaks in C++/COM
based project.
Rgds
 
V

Victor Bazarov

pd said:
Can anyone suggest some good technique / tool to find leaks in C++/COM
based project.

Rational Purify (from IBM), Insure++ from Parasoft, valgrind from (???),
and you could use some compiler-specific ways, like the MSVC++'s heap
debugging functions.

Victor
 
R

Raymond Martineau

hi friends,
Can anyone suggest some good technique / tool to find leaks in C++/COM
based project.
Rgds

http://wyw.dcweb.cn/leakage.htm

If you want information on how to detect memory leaks from library files
(e.g. Component Object Model objects), you have to rely on a customized
wrapper of some sort.
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top