mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-30 15:08:06 +03:00
Fix huge allocation statistics.
This commit is contained in:
parent
0cdabd2d48
commit
9b41ac909f
5 changed files with 254 additions and 162 deletions
|
|
@ -1719,9 +1719,8 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
|||
</term>
|
||||
<listitem><para>Pointer to a counter that contains an approximate count
|
||||
of the current number of bytes in active pages. The estimate may be
|
||||
high, but never low, because each arena rounds up to the nearest
|
||||
multiple of the chunk size when computing its contribution to the
|
||||
counter. Note that the <link
|
||||
high, but never low, because each arena rounds up when computing its
|
||||
contribution to the counter. Note that the <link
|
||||
linkend="epoch"><mallctl>epoch</mallctl></link> mallctl has no bearing
|
||||
on this counter. Furthermore, counter consistency is maintained via
|
||||
atomic operations, so it is necessary to use an atomic operation in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue