diff options
author | Jason Evans <jasone@canonware.com> | 2012-04-02 14:04:34 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-04-02 14:04:34 (GMT) |
commit | ae4c7b4b4092906c641d69b4bf9fcb4a7d50790d (patch) | |
tree | 753ea9c09676675e4727b97a1d84331f6e7a2faf /doc | |
parent | f0047372673da7f213f733465dab0d8825eb1c9f (diff) | |
download | jemalloc-ae4c7b4b4092906c641d69b4bf9fcb4a7d50790d.zip jemalloc-ae4c7b4b4092906c641d69b4bf9fcb4a7d50790d.tar.gz jemalloc-ae4c7b4b4092906c641d69b4bf9fcb4a7d50790d.tar.bz2 |
Clean up *PAGE* macros.
s/PAGE_SHIFT/LG_PAGE/g and s/PAGE_SIZE/PAGE/g.
Remove remnants of the dynamic-page-shift code.
Rename the "arenas.pagesize" mallctl to "arenas.page".
Remove the "arenas.chunksize" mallctl, which is redundant with
"opt.lg_chunk".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 0b468b0..28760b2 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1167,7 +1167,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <varlistentry> <term> - <mallctl>arenas.pagesize</mallctl> + <mallctl>arenas.page</mallctl> (<type>size_t</type>) <literal>r-</literal> </term> @@ -1176,15 +1176,6 @@ malloc_conf = "xmalloc:true";]]></programlisting> <varlistentry> <term> - <mallctl>arenas.chunksize</mallctl> - (<type>size_t</type>) - <literal>r-</literal> - </term> - <listitem><para>Chunk size.</para></listitem> - </varlistentry> - - <varlistentry> - <term> <mallctl>arenas.tcache_max</mallctl> (<type>size_t</type>) <literal>r-</literal> |