Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c13 bool opt_tcache = true; variable
397 tsd_tcache_enabled_set(tsd, opt_tcache); in tsd_tcache_enabled_data_init()
400 if (opt_tcache) { in tsd_tcache_enabled_data_init()
781 if (!config_prof && opt_tcache) { in tcache_prefork()
788 if (!config_prof && opt_tcache) { in tcache_postfork_parent()
795 if (!config_prof && opt_tcache) { in tcache_postfork_child()
H A Dctl.c101 CTL_PROTO(opt_tcache)
328 {NAME("tcache"), CTL(opt_tcache)},
1783 CTL_RO_NL_GEN(opt_tcache, opt_tcache, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1294 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init_helper()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h4 extern bool opt_tcache;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h368 #define opt_tcache JEMALLOC_N(opt_tcache) macro