From: Wouter Wijngaards Date: Wed, 5 Sep 2007 13:52:23 +0000 (+0000) Subject: and documentation. X-Git-Tag: release-0.5~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40437311208fe17b82a657841e75a800c818a49;p=thirdparty%2Funbound.git and documentation. git-svn-id: file:///svn/unbound/trunk@599 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/README b/doc/README index 9b216b24d..af05c88b0 100644 --- a/doc/README +++ b/doc/README @@ -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 ------------