]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Mon, 11 Apr 2005 00:41:20 +0000 (17:41 -0700)
committerhniksic <devnull@localhost>
Mon, 11 Apr 2005 00:41:20 +0000 (17:41 -0700)
src/xmalloc.h

index ed2a188dba9083e1b8a600127e87be612e98d67b..d0dc010f1085cff076304a18d5e21df878e312c3 100644 (file)
@@ -30,9 +30,10 @@ so, delete this exception statement from your version.  */
 #ifndef XMALLOC_H
 #define XMALLOC_H
 
-/* Define this to get Wget's builtin malloc debugging, which is
-   primitive but fairly extensive.  It will make Wget somewhat slower
-   and larger, so it should be used by developers only.  */
+/* Define this to use Wget's builtin malloc debugging, which is crude
+   but occasionally useful.  It will make Wget a lot slower and
+   larger, and susceptible to aborting if malloc_table overflows, so
+   it should be used by developers only.  */
 #undef DEBUG_MALLOC
 
 /* When DEBUG_MALLOC is not defined (which is normally the case), the