mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Emphasize no modification through thread.allocatedp allowed.
This commit is contained in:
parent
c462753cc8
commit
e4c36a6f30
1 changed files with 4 additions and 2 deletions
|
|
@ -1554,7 +1554,8 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
<link
|
||||
linkend="thread.allocated"><mallctl>thread.allocated</mallctl></link>
|
||||
mallctl. This is useful for avoiding the overhead of repeated
|
||||
<function>mallctl*()</function> calls.</para></listitem>
|
||||
<function>mallctl*()</function> calls. Note that the underlying counter
|
||||
should not be modified by the application.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="thread.deallocated">
|
||||
|
|
@ -1581,7 +1582,8 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
<link
|
||||
linkend="thread.deallocated"><mallctl>thread.deallocated</mallctl></link>
|
||||
mallctl. This is useful for avoiding the overhead of repeated
|
||||
<function>mallctl*()</function> calls.</para></listitem>
|
||||
<function>mallctl*()</function> calls. Note that the underlying counter
|
||||
should not be modified by the application.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="thread.tcache.enabled">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue