From 8107cfecc8687ef466a793ce568ff99eac627a0a Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Fri, 20 May 2022 03:55:52 +0900 Subject: 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 --- include/jemalloc/internal/jemalloc_internal_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3