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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h109 extern bool opt_tcache;
198 tcache_enabled = (tcache_enabled_t)opt_tcache;
H A Dprivate_namespace.h391 #define opt_tcache JEMALLOC_N(opt_tcache) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c105 CTL_PROTO(opt_tcache)
282 {NAME("tcache"), CTL(opt_tcache)},
1292 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool)
H A Dtcache.c7 bool opt_tcache = true; variable
H A Djemalloc.c930 opt_tcache = false;
1190 CONF_HANDLE_BOOL(opt_tcache, "tcache",
1194 if (opt_tcache) {
1195 opt_tcache = false;

Completed in 172 milliseconds