diff options
author | Jason Evans <je@fb.com> | 2012-04-17 00:52:27 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-04-17 01:08:58 (GMT) |
commit | 59ae2766af88bad07ac721c4ee427b171e897bcb (patch) | |
tree | 91d978a22d04bf1bdab84139e46e094ed35d88a9 /doc | |
parent | a398a6b46e53035a4ef660b4c7a1c406f3abe645 (diff) | |
download | jemalloc-59ae2766af88bad07ac721c4ee427b171e897bcb.zip jemalloc-59ae2766af88bad07ac721c4ee427b171e897bcb.tar.gz jemalloc-59ae2766af88bad07ac721c4ee427b171e897bcb.tar.bz2 |
Add the --disable-munmap option.
Add the --disable-munmap option, remove the configure test that
attempted to detect the VM allocation quirk known to exist on Linux
x86[_64], and make --disable-munmap implicit on Linux.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index ee60c98..98d0ba4 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -652,6 +652,16 @@ for (i = 0; i < nbins; i++) { <varlistentry> <term> + <mallctl>config.munmap</mallctl> + (<type>bool</type>) + <literal>r-</literal> + </term> + <listitem><para><option>--enable-munmap</option> was specified during + build configuration.</para></listitem> + </varlistentry> + + <varlistentry> + <term> <mallctl>config.prof</mallctl> (<type>bool</type>) <literal>r-</literal> |