Tagged Questions

12
votes
4answers
3k views

Valgrind vs Purify

Which one is better on Linux? Valgrind or Purify What is your opinion of using them?
0
votes
1answer
356 views

How to avoid the following purify detected memory leak in C++?

I am getting the following memory leak.Its being probably caused by std::string. how can i avoid it? PLK: 23 bytes potentially leaked at 0xeb68278 * Suppressed in ...
0
votes
5answers
1k views

Rational Purify failng to jump to memory leaks

So my company uses a delightfully buggy program called Rational Purify (as a plugin to Microsoft Visual Developer Studio) to manage memory leaks. The program is deigned to let you click on a memory ...