mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-16 09:08:01 -05:00
and documentation.
git-svn-id: file:///svn/unbound/trunk@599 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5f9e30aacb
commit
a404373112
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue