mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-17 02:16:24 +03:00
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
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue