Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.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()
HDctl.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()
HDjemalloc.c1294 CONF_HANDLE_BOOL(opt_tcache, "tcache") in malloc_conf_init_helper()
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_externs.h4 extern bool opt_tcache;
HDprivate_namespace.h368 #define opt_tcache JEMALLOC_N(opt_tcache) macro