Home
last modified time | relevance | path

Searched refs:config_malloc_conf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h86 static const char * const config_malloc_conf = JEMALLOC_CONFIG_MALLOC_CONF; variable
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs103 static const char * const config_malloc_conf = JEMALLOC_CONFIG_MALLOC_CONF;
/freebsd/contrib/jemalloc/src/
H A Dctl.c74 CTL_PROTO(config_malloc_conf)
298 {NAME("malloc_conf"), CTL(config_malloc_conf)},
1751 CTL_RO_CONFIG_GEN(config_malloc_conf, const char *) in CTL_RO_CONFIG_GEN()
H A Dstats.c1017 emitter_type_string, &config_malloc_conf); in stats_general_print()
H A Djemalloc.c956 ret = config_malloc_conf; in obtain_malloc_conf()