summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/jemalloc_internal.h.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2016-02-07 22:23:22 (GMT)
committerJason Evans <jasone@canonware.com>2016-02-20 04:29:06 (GMT)
commitf829009929bdce17bef8a963264a92e39271a166 (patch)
treef1ed15fbe6a045a3af06909c7089af64c735cfac /include/jemalloc/internal/jemalloc_internal.h.in
parentef349f3f944b9b40bdeeff6cc322ef753f1ad4be (diff)
downloadjemalloc-f829009929bdce17bef8a963264a92e39271a166.zip
jemalloc-f829009929bdce17bef8a963264a92e39271a166.tar.gz
jemalloc-f829009929bdce17bef8a963264a92e39271a166.tar.bz2
Add --with-malloc-conf.
Add --with-malloc-conf, which makes it possible to embed a default options string during configuration.
Diffstat (limited to 'include/jemalloc/internal/jemalloc_internal.h.in')
-rw-r--r--include/jemalloc/internal/jemalloc_internal.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in
index d31da4c..8c507f7 100644
--- a/include/jemalloc/internal/jemalloc_internal.h.in
+++ b/include/jemalloc/internal/jemalloc_internal.h.in
@@ -49,6 +49,7 @@ static const bool config_lazy_lock =
false
#endif
;
+static const char * const config_malloc_conf = JEMALLOC_CONFIG_MALLOC_CONF;
static const bool config_prof =
#ifdef JEMALLOC_PROF
true