Allow to enable ivsalloc independently

This commit is contained in:
Mike Hommey
2012-12-06 22:16:26 +01:00
committed by Jason Evans
parent d0357f7a09
commit 5135e34062
2 changed files with 23 additions and 2 deletions

View File

@@ -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"