Correct opt.prof_leak documentation
The option has been misleading, because it stays disabled unless prof_final is also specified. In practice it's impossible to detect that the option is silently disabled, because it just doesn't provide any output as if there are no memory leaks detected.
This commit is contained in:
parent
cdabe908d0
commit
3b3257a709
@ -1547,8 +1547,10 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
||||
<manvolnum>3</manvolnum></citerefentry> function to report memory leaks
|
||||
detected by allocation sampling. See the
|
||||
<link linkend="opt.prof"><mallctl>opt.prof</mallctl></link> option for
|
||||
information on analyzing heap profile output. This option is disabled
|
||||
by default.</para></listitem>
|
||||
information on analyzing heap profile output. Works only when combined
|
||||
with <link linkend="opt.prof_final"><mallctl>opt.prof_final</mallctl>
|
||||
</link>, otherwise does nothing. This option is disabled by default.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="opt.zero_realloc">
|
||||
|
Loading…
Reference in New Issue
Block a user