mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
Allow to enable ivsalloc independently
This commit is contained in:
parent
d0357f7a09
commit
5135e34062
2 changed files with 23 additions and 2 deletions
6
INSTALL
6
INSTALL
|
|
@ -79,6 +79,12 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
--enable-debug
|
||||
Enable assertions and validation code. This incurs a substantial
|
||||
performance hit, but is very useful during application development.
|
||||
Implies --enable-ivsalloc.
|
||||
|
||||
--enable-ivsalloc
|
||||
Enable validation code, which verifies that pointers reside within
|
||||
jemalloc-owned chunks before dereferencing them. This incurs a substantial
|
||||
performance hit.
|
||||
|
||||
--disable-stats
|
||||
Disable statistics gathering functionality. See the "opt.stats_print"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue