diff options
author | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
commit | 569432cffd6e375aafd60b741dc76897a06682cd (patch) | |
tree | 81317bee45220982b65ce3ab4377bd0a81468ed5 /jemalloc/INSTALL | |
parent | 90895cf85900beaf39d36dbd327c33c9a9583668 (diff) | |
download | jemalloc-569432cffd6e375aafd60b741dc76897a06682cd.zip jemalloc-569432cffd6e375aafd60b741dc76897a06682cd.tar.gz jemalloc-569432cffd6e375aafd60b741dc76897a06682cd.tar.bz2 |
Implement thread-aware allocation event tracing.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index 9e42ce4..0572039 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -37,8 +37,7 @@ any of the following arguments (not a definitive list) to 'configure': --enable-stats Enable statistics gathering functionality. Use the 'P' option to print - detailed allocation statistics at exit, and/or the 'U' option to print a - detailed allocation trace log. + detailed allocation statistics at exit. --disable-tiny Disable tiny (sub-quantum-sized) object support. Technically it is not |