diff options
author | Jason Evans <je@fb.com> | 2014-10-15 05:20:00 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2014-10-15 05:20:00 (GMT) |
commit | 9b41ac909facf4f09bb1b637b78ba647348e572e (patch) | |
tree | adf105cde52f6295998717cc94c98be3fbde8111 /doc | |
parent | 0cdabd2d489133e3cea8a00bdb9a986b24e57a66 (diff) | |
download | jemalloc-9b41ac909facf4f09bb1b637b78ba647348e572e.zip jemalloc-9b41ac909facf4f09bb1b637b78ba647348e572e.tar.gz jemalloc-9b41ac909facf4f09bb1b637b78ba647348e572e.tar.bz2 |
Fix huge allocation statistics.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index fc01ad1..71b4cd1 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -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 |