Performance:Leak Tools: Difference between revisions

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


[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).
[http://valgrind.org/ Valgrind] is a free tool for Linux and Mac that detects various kinds of memory-related errors at runtime, including leaks


==== Apple tools ====
==== Apple tools ====
Confirmed users
1,345

edits

Navigation menu