From 9666f7a11b0ba711e6fb1d80bb94de4220c2d944 Mon Sep 17 00:00:00 2001 From: Park Ju Hyung Date: Mon, 14 Oct 2019 06:07:10 +0900 Subject: jemalloc: disable JEMALLOC_STATS Change-Id: If1b3256162b6ecf578069f5b8560d066d45d98e4 Signed-off-by: Park Ju Hyung --- 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 4dee8e74..4ab84453 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. */ -#define JEMALLOC_STATS +/* #undef JEMALLOC_STATS */ /* JEMALLOC_EXPERIMENTAL_SMALLOCX_API enables experimental smallocx API. */ /* #undef JEMALLOC_EXPERIMENTAL_SMALLOCX_API */ -- cgit v1.2.3