# HG changeset patch # User Oleksandr Gavenko # Date 1323868784 -7200 # Node ID ff4d5da903a94a9b888759780716ed8ef2caba98 # Parent 1130ce08fcf9a0a49578f8fbed046e9b98ff16d5 Dmalloc. diff -r 1130ce08fcf9 -r ff4d5da903a9 code-analysis.rst --- a/code-analysis.rst Wed Dec 14 15:17:09 2011 +0200 +++ b/code-analysis.rst Wed Dec 14 15:19:44 2011 +0200 @@ -9,6 +9,7 @@ ====== * http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis + * http://en.wikipedia.org/wiki/Static_code_analysis * http://en.wikipedia.org/wiki/Automated_code_review * http://en.wikipedia.org/wiki/Dynamic_code_analysis * http://en.wikipedia.org/wiki/Program_analysis_%28computer_science%29 @@ -33,6 +34,13 @@ http://en.wikipedia.org/wiki/Valgrind Wikipedia page. +Dmalloc. +======== + +Dmalloc is a memory debugger C library. + + http://en.wikipedia.org/wiki/Dmalloc + Sparse. =======