aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2012-04-05 13:36:17 -0700
committerJason Evans <jasone@canonware.com>2012-04-05 13:36:17 -0700
commitb147611b5253921a873191bb0589d3b18f613946 (patch)
tree014ff40bb94fb4813eb17c19e2b1d7821bbae402 /INSTALL
parent02b231205e802a7c4f33899a569adcb1312a85d5 (diff)
downloadjemalloc-b147611b5253921a873191bb0589d3b18f613946.tar.gz
Add utrace(2)-based tracing (--enable-utrace).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c0ae106..8a825df 100644
--- a/INSTALL
+++ b/INSTALL
@@ -119,6 +119,10 @@ any of the following arguments (not a definitive list) to 'configure':
--disable-experimental
Disable support for the experimental API (*allocm()).
+--enable-utrace
+ Enable utrace(2)-based allocation tracing. This feature is not broadly
+ portable (FreeBSD has it, but Linux and OS X do not).
+
--enable-xmalloc
Enable support for optional immediate termination due to out-of-memory
errors, as is commonly implemented by "xmalloc" wrapper function for malloc.