2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

regen master

This commit is contained in:
Tinderbox User
2017-10-10 01:08:02 +00:00
parent 5414e48606
commit 005bdf067b
6 changed files with 49 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
<a name="man.dnssec-signzone"></a><div class="titlepage"></div>
<a name="man.dnssec-cds"></a><div class="titlepage"></div>

View File

@@ -125,8 +125,12 @@ by default instead of the system log\&.
.PP
\-M \fIoption\fR
.RS 4
Sets the default memory context options\&. Currently the only supported option is
\fIexternal\fR, which causes the internal memory manager to be bypassed in favor of system\-provided memory allocation functions\&.
Sets the default memory context options\&. If set to
\fIexternal\fR, this causes the internal memory manager to be bypassed in favor of system\-provided memory allocation functions\&. If set to
\fIfill\fR, blocks of memory will be filled with tag values when allocated or freed, to assist debugging of memory problems\&. (\fInofill\fR
disables this behavior, and is the default unless
\fBnamed\fR
has been compiled with developer options\&.)
.RE
.PP
\-m \fIflag\fR

View File

@@ -168,11 +168,17 @@
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
<dd>
<p>
Sets the default memory context options. Currently
the only supported option is
Sets the default memory context options. If set to
<em class="replaceable"><code>external</code></em>,
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 <em class="replaceable"><code>fill</code></em>,
blocks of memory will be filled with tag values when allocated
or freed, to assist debugging of memory problems.
(<em class="replaceable"><code>nofill</code></em>
disables this behavior, and is the default unless
<span class="command"><strong>named</strong></span> has been compiled with developer
options.)
</p>
</dd>
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>

View File

@@ -177,6 +177,18 @@
case restoration, hashing, and buffers.
</p>
</li>
<li class="listitem">
<p>
When built with default <span class="command"><strong>configure</strong></span> options,
<span class="command"><strong>named</strong></span> 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. <span class="command"><strong>named -M fill</strong></span> or
<span class="command"><strong>named -M nofill</strong></span> will set the behavior
accordingly regardless of build options.
</p>
</li>
</ul></div>
</li>
<li class="listitem">

View File

@@ -186,11 +186,17 @@
<dt><span class="term">-M <em class="replaceable"><code>option</code></em></span></dt>
<dd>
<p>
Sets the default memory context options. Currently
the only supported option is
Sets the default memory context options. If set to
<em class="replaceable"><code>external</code></em>,
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 <em class="replaceable"><code>fill</code></em>,
blocks of memory will be filled with tag values when allocated
or freed, to assist debugging of memory problems.
(<em class="replaceable"><code>nofill</code></em>
disables this behavior, and is the default unless
<span class="command"><strong>named</strong></span> has been compiled with developer
options.)
</p>
</dd>
<dt><span class="term">-m <em class="replaceable"><code>flag</code></em></span></dt>

View File

@@ -138,6 +138,18 @@
case restoration, hashing, and buffers.
</p>
</li>
<li class="listitem">
<p>
When built with default <span class="command"><strong>configure</strong></span> options,
<span class="command"><strong>named</strong></span> 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. <span class="command"><strong>named -M fill</strong></span> or
<span class="command"><strong>named -M nofill</strong></span> will set the behavior
accordingly regardless of build options.
</p>
</li>
</ul></div>
</li>
<li class="listitem">