diff options
author | Jason Evans <je@fb.com> | 2012-02-29 04:41:16 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-02-29 04:41:16 (GMT) |
commit | d073a321091800e71ea56f98701253dc0969d879 (patch) | |
tree | 98e326b63c23e9104d640eb7f279ad0edc2c4c26 /src | |
parent | c90ad71237c05473bcb968beddebb0a487c36e75 (diff) | |
download | jemalloc-d073a321091800e71ea56f98701253dc0969d879.zip jemalloc-d073a321091800e71ea56f98701253dc0969d879.tar.gz jemalloc-d073a321091800e71ea56f98701253dc0969d879.tar.bz2 |
Enable the stats configuration option by default.
Diffstat (limited to 'src')
-rw-r--r-- | src/jemalloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c index cc0188c..a3a9a70 100644 --- a/src/jemalloc.c +++ b/src/jemalloc.c @@ -882,8 +882,6 @@ OOM: } errno = ENOMEM; } - -RETURN: if (config_prof && opt_prof && ret != NULL) prof_malloc(ret, usize, cnt); if (config_stats && ret != NULL) { |