aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-12-06 22:16:26 +0100
committerJason Evans <jasone@canonware.com>2012-12-23 11:47:10 -0800
commit5135e34062584f67ae2d12b1f3940a9fad32ca9f (patch)
tree6c198c10466440c2443ae5500c529a8ca3eec379 /INSTALL
parentd0357f7a09a6fcbf1df461b07851f61a7f0bdc2d (diff)
downloadjemalloc-5135e34062584f67ae2d12b1f3940a9fad32ca9f.tar.gz
Allow to enable ivsalloc independently
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 9bd1dac..6e371ce 100644
--- a/INSTALL
+++ b/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"