Lines Matching full:tcache
278 <listitem><para>Use the thread-specific cache (tcache) specified by
281 linkend="tcache.create"><mallctl>tcache.create</mallctl></link>
289 <listitem><para>Do not use a thread-specific cache (tcache). Unless
292 automatically managed tcache will be used under many circumstances.
512 <option>--disable-tcache</option> is specified during configuration, this
834 <varlistentry id="config.tcache">
836 <mallctl>config.tcache</mallctl>
840 <listitem><para><option>--disable-tcache</option> was not specified
1136 <varlistentry id="opt.tcache">
1138 <mallctl>opt.tcache</mallctl>
1141 [<option>--enable-tcache</option>]
1143 <listitem><para>Thread-specific caching (tcache) enabled/disabled. When
1144 there are multiple threads, each thread uses a tcache for objects up to
1160 [<option>--enable-tcache</option>]
1163 thread-specific cache (tcache). At a minimum, all small size classes
1413 <varlistentry id="thread.tcache.enabled">
1415 <mallctl>thread.tcache.enabled</mallctl>
1418 [<option>--enable-tcache</option>]
1420 <listitem><para>Enable/disable calling thread's tcache. The tcache is
1423 linkend="thread.tcache.flush"><mallctl>thread.tcache.flush</mallctl></link>).
1427 <varlistentry id="thread.tcache.flush">
1429 <mallctl>thread.tcache.flush</mallctl>
1432 [<option>--enable-tcache</option>]
1434 <listitem><para>Flush calling thread's thread-specific cache (tcache).
1436 associated with the calling thread's tcache. Ordinarily, this interface
1483 <varlistentry id="tcache.create">
1485 <mallctl>tcache.create</mallctl>
1488 [<option>--enable-tcache</option>]
1490 <listitem><para>Create an explicit thread-specific cache (tcache) and
1500 <varlistentry id="tcache.flush">
1502 <mallctl>tcache.flush</mallctl>
1505 [<option>--enable-tcache</option>]
1507 <listitem><para>Flush the specified thread-specific cache (tcache). The
1509 linkend="thread.tcache.flush"><mallctl>thread.tcache.flush</mallctl></link>,
1510 except that the tcache will never be automatically discarded.
1514 <varlistentry id="tcache.destroy">
1516 <mallctl>tcache.destroy</mallctl>
1519 [<option>--enable-tcache</option>]
1521 <listitem><para>Flush the specified thread-specific cache (tcache) and
1522 make the identifier available for use during a future tcache creation.
1869 [<option>--enable-tcache</option>]
1888 [<option>--enable-tcache</option>]
2490 [<option>--enable-stats</option> <option>--enable-tcache</option>]
2492 <listitem><para>Cumulative number of tcache fills.</para></listitem>
2500 [<option>--enable-stats</option> <option>--enable-tcache</option>]
2502 <listitem><para>Cumulative number of tcache flushes.</para></listitem>