diff options
author | Jason Evans <jasone@canonware.com> | 2012-04-13 00:09:54 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2012-04-13 00:09:54 (GMT) |
commit | d6abcbb14b8d1c8beb1c61bfc5a24cb54578b85c (patch) | |
tree | 0cb57c5fa1449a08d727fd12ea8ef4867d58d246 /doc | |
parent | c751b1c2b03db82a3041ffdd110cd90cb50aa34f (diff) | |
download | jemalloc-d6abcbb14b8d1c8beb1c61bfc5a24cb54578b85c.zip jemalloc-d6abcbb14b8d1c8beb1c61bfc5a24cb54578b85c.tar.gz jemalloc-d6abcbb14b8d1c8beb1c61bfc5a24cb54578b85c.tar.bz2 |
Always disable redzone by default.
Always disable redzone by default, even when --enable-debug is
specified. The memory overhead for redzones can be substantial, which
makes this feature something that should only be opted into.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index a47c763..ee60c98 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -865,9 +865,7 @@ for (i = 0; i < nbins; i++) { url="http://http://valgrind.org/">Valgrind</ulink>, which needs redzones in order to do effective buffer overflow/underflow detection. This option is intended for debugging and will impact performance - negatively. This option is disabled by default unless - <option>--enable-debug</option> is specified during configuration, in - which case it is enabled by default.</para></listitem> + negatively. This option is disabled by default.</para></listitem> </varlistentry> <varlistentry id="opt.zero"> |