Performance:Leak Tools: Difference between revisions

Jump to navigation Jump to search
Line 154: Line 154:
==== Valgrind ====
==== Valgrind ====


[http://valgrind.org/ Valgrind] is a free tool for Linux that (like Purify) detects a number of program errors at runtime. Like Purify, its leak reporting is only useful for the simplest types of leaks (those not involving reference counting or large object graphs).
[http://valgrind.org/ Valgrind] is a free tool for Linux and Mac that (like Purify) detects a number of program errors at runtime. Like Purify, its leak reporting is only useful for the simplest types of leaks (those not involving reference counting or large object graphs).


==== Apple tools ====
==== Apple tools ====
Confirmed users
729

edits

Navigation menu