mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-09 23:37:19 +03:00
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.
This commit is contained in:
parent
c751b1c2b0
commit
d6abcbb14b
2 changed files with 2 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue