diff options
author | Juhyung Park <qkrwngud825@gmail.com> | 2022-05-20 03:55:52 +0900 |
---|---|---|
committer | Juhyung Park <qkrwngud825@gmail.com> | 2022-05-20 03:56:13 +0900 |
commit | 8107cfecc8687ef466a793ce568ff99eac627a0a (patch) | |
tree | 407227a843743a84d019c64149534b0877614d64 | |
parent | a8ea3cf8186803be9024b038713bd6d62c1988c7 (diff) |
Revert "jemalloc: disable JEMALLOC_STATS"
This reverts commit 9666f7a11b0ba711e6fb1d80bb94de4220c2d944.
ART uses this and this shouldn't have been picked previously.
Change-Id: Ib1a386da8ec5de5784bf209a9b72484a69569530
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h b/include/jemalloc/internal/jemalloc_internal_defs.h index 4b9dfa4e..db06385c 100644 --- a/include/jemalloc/internal/jemalloc_internal_defs.h +++ b/include/jemalloc/internal/jemalloc_internal_defs.h @@ -151,7 +151,7 @@ /* #undef JEMALLOC_DEBUG */ /* JEMALLOC_STATS enables statistics calculation. */ -/* #undef JEMALLOC_STATS */ +#define JEMALLOC_STATS /* JEMALLOC_EXPERIMENTAL_SMALLOCX_API enables experimental smallocx API. */ /* #undef JEMALLOC_EXPERIMENTAL_SMALLOCX_API */ |