Searched refs:malloc_conf (Results 1 – 14 of 14) sorted by relevance
80 malloc_conf = [ variable83 if os == 'osx' and ('dss:primary' in malloc_conf or \84 'percpu_arena:percpu' in malloc_conf or 'background_thread:true' \85 in malloc_conf):87 if len(malloc_conf) > 0:88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
355 /* config.malloc_conf options string. */
20 # define malloc_conf jet_malloc_conf macro
39 # define je_malloc_conf malloc_conf
6 extern JEMALLOC_EXPORT const char *@je_@malloc_conf;
351 # define malloc_conf je_malloc_conf macro
3 const char *malloc_conf = "background_thread:false,narenas:1,max_background_threads:20"; variable
133 TEST_MALLCTL_CONFIG(malloc_conf, const char *); in TEST_BEGIN()
82 malloc_conf --> prefix_malloc_conf112 * `--with-malloc-conf=<malloc_conf>`114 Embed `<malloc_conf>` as a run-time options string that is processed prior to115 the malloc_conf global variable, the /etc/malloc.conf symlink, and the
14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
851 …alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_conf malloc_message …913 dnl Specify default malloc_conf.914 AC_ARG_WITH([malloc_conf], optwith915 [AS_HELP_STRING([--with-malloc-conf=<malloc_conf>], [config.malloc_conf options string])],2279 AC_MSG_RESULT([malloc_conf : ${config_malloc_conf}])
1474 --with-malloc-conf=<malloc_conf>1475 config.malloc_conf options string13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&513702 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }
458 - Fix malloc_conf overriding to work on Windows. (@jasone)838 - Mark malloc_conf as a weak symbol so that the application can override it.