Searched refs:malloc_conf (Results 1 – 12 of 12) sorted by relevance
177 malloc_conf = [x.value for x in combination if x.type == Option.Type.MALLOC_CONF]180 if len(malloc_conf) > 0:181 configure_flags.append('--with-malloc-conf=' + ','.join(malloc_conf))
13 malloc_conf;
9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
76 # define je_malloc_conf malloc_conf415 # define malloc_conf je_malloc_conf macro
85 malloc_conf --> prefix_malloc_conf115 * `--with-malloc-conf=<malloc_conf>`117 Embed `<malloc_conf>` as a run-time options string that is processed prior to118 the malloc_conf global variable, the /etc/malloc.conf symlink, and the
14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
1059 …alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_conf malloc_conf_2_c…1127 dnl Specify default malloc_conf.1128 AC_ARG_WITH([malloc_conf], optwith1129 [AS_HELP_STRING([--with-malloc-conf=<malloc_conf>], [config.malloc_conf options string])],1679 [Base 2 log of maximum number of regions in a slab (used with malloc_conf slab_sizes)])],2650 AC_MSG_RESULT([malloc_conf : ${config_malloc_conf}])
29 @@ -3510,4 +3521,18 @@ malloc_conf = "narenas:1";]]></programlisting></para>
694 - Fix malloc_conf overriding to work on Windows. (@jasone)1074 - Mark malloc_conf as a weak symbol so that the application can override it.
6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
251 extern const char *malloc_conf;
258 * /etc/malloc_conf.398 /* config.malloc_conf options string. */