HomeSort by: relevance | last modified time | path
    Searched refs:config_malloc_conf (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_preamble.h 95 static const char * const config_malloc_conf = JEMALLOC_CONFIG_MALLOC_CONF; variable
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_preamble.h 95 static const char * const config_malloc_conf = JEMALLOC_CONFIG_MALLOC_CONF; variable
  /src/external/bsd/jemalloc/dist/src/
ctl.c 84 CTL_PROTO(config_malloc_conf)
399 {NAME("malloc_conf"), CTL(config_malloc_conf)},
2117 CTL_RO_CONFIG_GEN(config_malloc_conf, const char *)
stats.c 1408 emitter_type_string, &config_malloc_conf);
jemalloc.c 1021 ret = config_malloc_conf;
  /src/external/bsd/jemalloc.old/dist/src/
ctl.c 84 CTL_PROTO(config_malloc_conf)
399 {NAME("malloc_conf"), CTL(config_malloc_conf)},
2117 CTL_RO_CONFIG_GEN(config_malloc_conf, const char *)
stats.c 1408 emitter_type_string, &config_malloc_conf);
jemalloc.c 1021 ret = config_malloc_conf;
  /src/external/bsd/jemalloc/dist/
configure 11038 config_malloc_conf="$JEMALLOC_CONFIG_MALLOC_CONF"
11041 #define JEMALLOC_CONFIG_MALLOC_CONF "$config_malloc_conf"
17243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&5
17244 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }
  /src/external/bsd/jemalloc.old/dist/
configure 10491 config_malloc_conf="$JEMALLOC_CONFIG_MALLOC_CONF"
10494 #define JEMALLOC_CONFIG_MALLOC_CONF "$config_malloc_conf"
15781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: malloc_conf : ${config_malloc_conf}" >&5
15782 $as_echo "malloc_conf : ${config_malloc_conf}" >&6; }

Completed in 50 milliseconds