mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Small doc tweak of opt.trust_madvise.
Avoid quoted enabled and disabled because it's a bool type instead of char *.
This commit is contained in:
parent
f5e840bbf0
commit
254b011915
1 changed files with 3 additions and 4 deletions
|
|
@ -972,10 +972,9 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
|
|||
(<type>bool</type>)
|
||||
<literal>r-</literal>
|
||||
</term>
|
||||
<listitem><para>Do not perform runtime check for MADV_DONTNEED, to
|
||||
check that it actually zeros pages. The default is
|
||||
<quote>disabled</quote> on linux and <quote>enabled</quote> elsewhere.
|
||||
</para></listitem>
|
||||
<listitem><para>If true, do not perform runtime check for MADV_DONTNEED,
|
||||
to check that it actually zeros pages. The default is disabled on Linux
|
||||
and enabled elsewhere.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="opt.retain">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue