diff --git a/bin/dnssec/dnssec-cds.html b/bin/dnssec/dnssec-cds.html index e02ce3ae77..6d032ed286 100644 --- a/bin/dnssec/dnssec-cds.html +++ b/bin/dnssec/dnssec-cds.html @@ -13,7 +13,7 @@
option
- Sets the default memory context options. Currently
- the only supported option is
+ Sets the default memory context options. If set to
external
,
- which causes the internal memory manager to be bypassed
+ this causes the internal memory manager to be bypassed
in favor of system-provided memory allocation functions.
+ If set to fill
,
+ blocks of memory will be filled with tag values when allocated
+ or freed, to assist debugging of memory problems.
+ (nofill
+ disables this behavior, and is the default unless
+ named has been compiled with developer
+ options.)
flag
+ When built with default configure options, + named no longer fills memory with tag + values when allocating or freeing it. This improves performance, + but makes it more difficult to debug certain memory-related + errors. The default is reversed if building with developer + options. named -M fill or + named -M nofill will set the behavior + accordingly regardless of build options. +
+option
- Sets the default memory context options. Currently
- the only supported option is
+ Sets the default memory context options. If set to
external
,
- which causes the internal memory manager to be bypassed
+ this causes the internal memory manager to be bypassed
in favor of system-provided memory allocation functions.
+ If set to fill
,
+ blocks of memory will be filled with tag values when allocated
+ or freed, to assist debugging of memory problems.
+ (nofill
+ disables this behavior, and is the default unless
+ named has been compiled with developer
+ options.)
flag
+ When built with default configure options, + named no longer fills memory with tag + values when allocating or freeing it. This improves performance, + but makes it more difficult to debug certain memory-related + errors. The default is reversed if building with developer + options. named -M fill or + named -M nofill will set the behavior + accordingly regardless of build options. +
+