diff options
author | Jason Evans <jasone@canonware.com> | 2012-04-03 08:33:55 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-04-03 08:33:55 (GMT) |
commit | 48db6167e7bddd26660d7eb3a4ac173284b79948 (patch) | |
tree | 6d9e349733999c9e9a27de0d7012002f730cb264 | |
parent | 12a6845b6c91cf76caf3199495d76b16bba1f2fe (diff) | |
download | jemalloc-48db6167e7bddd26660d7eb3a4ac173284b79948.zip jemalloc-48db6167e7bddd26660d7eb3a4ac173284b79948.tar.gz jemalloc-48db6167e7bddd26660d7eb3a4ac173284b79948.tar.bz2 |
Remove obsolete "config.dynamic_page_shift" mallctl documentation.
-rw-r--r-- | doc/jemalloc.xml.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 28760b2..7a2d033 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -632,16 +632,6 @@ for (i = 0; i < nbins; i++) { <varlistentry> <term> - <mallctl>config.dynamic_page_shift</mallctl> - (<type>bool</type>) - <literal>r-</literal> - </term> - <listitem><para><option>--enable-dynamic-page-shift</option> was - specified during build configuration.</para></listitem> - </varlistentry> - - <varlistentry> - <term> <mallctl>config.fill</mallctl> (<type>bool</type>) <literal>r-</literal> |