]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
and documentation.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Sep 2007 13:52:23 +0000 (13:52 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Sep 2007 13:52:23 +0000 (13:52 +0000)
git-svn-id: file:///svn/unbound/trunk@599 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/README

index 9b216b24dd017fb0030ce1cba243cc289ec99eaf..af05c88b0ee25bac52029cbaef614adad6f17091 100644 (file)
@@ -31,6 +31,11 @@ This software is under BSD license, see LICENSE for details.
   * --enable-lock-checks
        This enables a debug option to check lock and unlock calls. It needs
        a recent pthreads library to work.
+  * --enable-alloc-checks
+       This enables a debug option to check malloc (calloc, realloc, free).
+       The server periodically checks if the amount of memory used fits with
+       the amount of memory it thinks it should be using, and reports 
+       memory usage in detail.
 
 Known issues
 ------------