Confirmed users
729
edits
| 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 ==== | ||