summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPark Ju Hyung <qkrwngud825@gmail.com>2019-10-14 06:07:10 +0900
committerJuhyung Park <qkrwngud825@gmail.com>2022-02-18 22:46:14 +0900
commit9666f7a11b0ba711e6fb1d80bb94de4220c2d944 (patch)
treea9b693aed0ab8a95aa45bd4be67303175d5843c2
parentc3500b01d53316ec9f1f533c74466384998772f5 (diff)
jemalloc: disable JEMALLOC_STATS
Change-Id: If1b3256162b6ecf578069f5b8560d066d45d98e4 Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
-rw-r--r--include/jemalloc/internal/jemalloc_internal_defs.h2
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 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 */