Fix Valgrind URL in documentation.
Reported by Daichi GOTO.
This commit is contained in:
parent
3fb50b0407
commit
d926c90500
@ -853,9 +853,9 @@ for (i = 0; i < nbins; i++) {
|
|||||||
junk-filled if the <link
|
junk-filled if the <link
|
||||||
linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is
|
linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is
|
||||||
enabled. This feature is of particular use in combination with <ulink
|
enabled. This feature is of particular use in combination with <ulink
|
||||||
url="http://http://valgrind.org/">Valgrind</ulink>, which can detect
|
url="http://valgrind.org/">Valgrind</ulink>, which can detect attempts
|
||||||
attempts to access quarantined objects. This is intended for debugging
|
to access quarantined objects. This is intended for debugging and will
|
||||||
and will impact performance negatively. The default quarantine size is
|
impact performance negatively. The default quarantine size is
|
||||||
0.</para></listitem>
|
0.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -871,11 +871,11 @@ for (i = 0; i < nbins; i++) {
|
|||||||
<link linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is
|
<link linkend="opt.junk"><mallctl>opt.junk</mallctl></link> option is
|
||||||
enabled, the redzones are checked for corruption during deallocation.
|
enabled, the redzones are checked for corruption during deallocation.
|
||||||
However, the primary intended purpose of this feature is to be used in
|
However, the primary intended purpose of this feature is to be used in
|
||||||
combination with <ulink
|
combination with <ulink url="http://valgrind.org/">Valgrind</ulink>,
|
||||||
url="http://http://valgrind.org/">Valgrind</ulink>, which needs
|
which needs redzones in order to do effective buffer overflow/underflow
|
||||||
redzones in order to do effective buffer overflow/underflow detection.
|
detection. This option is intended for debugging and will impact
|
||||||
This option is intended for debugging and will impact performance
|
performance negatively. This option is disabled by
|
||||||
negatively. This option is disabled by default.</para></listitem>
|
default.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="opt.zero">
|
<varlistentry id="opt.zero">
|
||||||
@ -915,14 +915,14 @@ for (i = 0; i < nbins; i++) {
|
|||||||
<literal>r-</literal>
|
<literal>r-</literal>
|
||||||
[<option>--enable-valgrind</option>]
|
[<option>--enable-valgrind</option>]
|
||||||
</term>
|
</term>
|
||||||
<listitem><para><ulink
|
<listitem><para><ulink url="http://valgrind.org/">Valgrind</ulink>
|
||||||
url="http://http://valgrind.org/">Valgrind</ulink> support
|
support enabled/disabled. If enabled, several other options are
|
||||||
enabled/disabled. If enabled, several other options are automatically
|
automatically modified during options processing to work well with
|
||||||
modified during options processing to work well with Valgrind: <link
|
Valgrind: <link linkend="opt.junk"><mallctl>opt.junk</mallctl></link>
|
||||||
linkend="opt.junk"><mallctl>opt.junk</mallctl></link> and <link
|
and <link linkend="opt.zero"><mallctl>opt.zero</mallctl></link> are set
|
||||||
linkend="opt.zero"><mallctl>opt.zero</mallctl></link> are set to false,
|
to false, <link
|
||||||
<link linkend="opt.quarantine"><mallctl>opt.quarantine</mallctl></link>
|
linkend="opt.quarantine"><mallctl>opt.quarantine</mallctl></link> is
|
||||||
is set to 16 MiB, and <link
|
set to 16 MiB, and <link
|
||||||
linkend="opt.redzone"><mallctl>opt.redzone</mallctl></link> is set to
|
linkend="opt.redzone"><mallctl>opt.redzone</mallctl></link> is set to
|
||||||
true. This option is disabled by default.</para></listitem>
|
true. This option is disabled by default.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -1854,10 +1854,10 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||||||
<para>This implementation does not provide much detail about the problems
|
<para>This implementation does not provide much detail about the problems
|
||||||
it detects, because the performance impact for storing such information
|
it detects, because the performance impact for storing such information
|
||||||
would be prohibitive. However, jemalloc does integrate with the most
|
would be prohibitive. However, jemalloc does integrate with the most
|
||||||
excellent <ulink url="http://http://valgrind.org/">Valgrind</ulink> tool if
|
excellent <ulink url="http://valgrind.org/">Valgrind</ulink> tool if the
|
||||||
the <option>--enable-valgrind</option> configuration option is enabled and
|
<option>--enable-valgrind</option> configuration option is enabled and the
|
||||||
the <link linkend="opt.valgrind"><mallctl>opt.valgrind</mallctl></link>
|
<link linkend="opt.valgrind"><mallctl>opt.valgrind</mallctl></link> option
|
||||||
option is enabled.</para>
|
is enabled.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
<refsect1 id="diagnostic_messages">
|
<refsect1 id="diagnostic_messages">
|
||||||
<title>DIAGNOSTIC MESSAGES</title>
|
<title>DIAGNOSTIC MESSAGES</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user