summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2012-03-27 01:54:44 (GMT)
committerJason Evans <jasone@canonware.com>2012-03-27 02:02:49 (GMT)
commitd4be8b7b6ee2e21d079180455d4ccbf45cc1cee7 (patch)
treea03c952f7409b34fbe75249dccb211dec03bd036 /doc
parentfd4fcefa004e04ea8672b11e280a6ced16c38dd2 (diff)
downloadjemalloc-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.in14
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>