Penguin
Diff: CommonProgrammingBugs
EditPageHistoryDiffInfoLikePages

Differences between version 7 and predecessor to the previous major change of CommonProgrammingBugs.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Monday, September 15, 2003 9:28:01 am by SamJansen Revert
Older page: version 6 Last edited on Tuesday, September 2, 2003 1:30:23 am by AristotlePagaltzis Revert
@@ -31,7 +31,8 @@
 * [MMGR] (works well with C++) 
 * [mcheck] (part of libc6-dev) 
 * [MALLOC_CHECK_] environment variable 
 * [LD_DEBUG] environment variable 
+* [DMALLOC|http://www.dmalloc.com]  
 * printf(3) 
 * catchsegv (prints the backtrace of a program that segfaults) - don't forget to compile with __-g__ if you want file names and line numbers 
 * AddToMe: any other neat tools you know of?