diff options
author | Jason Evans <jasone@canonware.com> | 2012-03-27 01:54:44 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-03-27 02:02:49 (GMT) |
commit | d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7 (patch) | |
tree | a03c952f7409b34fbe75249dccb211dec03bd036 /doc | |
parent | fd4fcefa004e04ea8672b11e280a6ced16c38dd2 (diff) | |
download | jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.zip jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.tar.gz jemalloc-d4be8b7b6ee2e21d079180455d4ccbf45cc1cee7.tar.bz2 |
Add the "thread.tcache.enabled" mallctl.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 3cbc851..0b468b0 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1105,6 +1105,20 @@ malloc_conf = "xmalloc:true";]]></programlisting> <varlistentry> <term> + <mallctl>thread.tcache.enabled</mallctl> + (<type>bool</type>) + <literal>rw</literal> + [<option>--enable-tcache</option>] + </term> + <listitem><para>Enable/disable calling thread's tcache. The tcache is + implicitly flushed as a side effect of becoming + disabled (see <link + lenkend="thread.tcache.flush"><mallctl>thread.tcache.flush</mallctl></link>). + </para></listitem> + </varlistentry> + + <varlistentry> + <term> <mallctl>thread.tcache.flush</mallctl> (<type>void</type>) <literal>--</literal> |