diff options
author | Jason Evans <je@fb.com> | 2012-02-13 23:18:19 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-02-13 23:18:19 (GMT) |
commit | 746868929afae3e346b47d0fa8a78d7fb131d5a4 (patch) | |
tree | 3a8cba563838fdbcda3efbc161b79858ae084be4 /doc | |
parent | ef8897b4b938111fcc9b54725067f1dbb33a4c20 (diff) | |
download | jemalloc-746868929afae3e346b47d0fa8a78d7fb131d5a4.zip jemalloc-746868929afae3e346b47d0fa8a78d7fb131d5a4.tar.gz jemalloc-746868929afae3e346b47d0fa8a78d7fb131d5a4.tar.bz2 |
Remove highruns statistics.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index f9f1475..4c7023b 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1868,17 +1868,6 @@ malloc_conf = "xmalloc:true";]]></programlisting> <varlistentry> <term> - <mallctl>stats.arenas.<i>.bins.<j>.highruns</mallctl> - (<type>size_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Maximum number of runs at any time thus far. - </para></listitem> - </varlistentry> - - <varlistentry> - <term> <mallctl>stats.arenas.<i>.bins.<j>.curruns</mallctl> (<type>size_t</type>) <literal>r-</literal> @@ -1922,17 +1911,6 @@ malloc_conf = "xmalloc:true";]]></programlisting> <varlistentry> <term> - <mallctl>stats.arenas.<i>.lruns.<j>.highruns</mallctl> - (<type>size_t</type>) - <literal>r-</literal> - [<option>--enable-stats</option>] - </term> - <listitem><para>Maximum number of runs at any time thus far for this - size class.</para></listitem> - </varlistentry> - - <varlistentry> - <term> <mallctl>stats.arenas.<i>.lruns.<j>.curruns</mallctl> (<type>size_t</type>) <literal>r-</literal> |