Home
last modified time | relevance | path

Searched refs:malloc_conf (Results 1 – 12 of 12) sorted by relevance

/src/contrib/jemalloc/scripts/ !
H A Dgen_travis.py177 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))
/src/lib/libc/stdlib/malloc/ !
H A DSymbol.map13 malloc_conf;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ !
H A Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ !
H A Djemalloc.h76 # define je_malloc_conf malloc_conf
415 # define malloc_conf je_malloc_conf macro
/src/contrib/jemalloc/ !
H A DINSTALL.md85 malloc_conf --> prefix_malloc_conf
115 * `--with-malloc-conf=<malloc_conf>`
117 Embed `<malloc_conf>` as a run-time options string that is processed prior to
118 the malloc_conf global variable, the /etc/malloc.conf symlink, and the
H A DTUNING.md14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
H A Dconfigure.ac1059 …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], optwith
1129 [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}])
H A DFREEBSD-diffs29 @@ -3510,4 +3521,18 @@ malloc_conf = "narenas:1";]]></programlisting></para>
H A DChangeLog694 - Fix malloc_conf overriding to work on Windows. (@jasone)
1074 - Mark malloc_conf as a weak symbol so that the application can override it.
/src/contrib/jemalloc/include/jemalloc/ !
H A Djemalloc_protos.h.in6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
/src/include/ !
H A Dstdlib.h251 extern const char *malloc_conf;
/src/contrib/jemalloc/include/jemalloc/internal/ !
H A Djemalloc_internal_defs.h.in258 * /etc/malloc_conf.
398 /* config.malloc_conf options string. */