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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h89 extern bool opt_tcache;
174 tcache_enabled = (tcache_enabled_t)opt_tcache;
H A Dprivate_namespace.h267 #define opt_tcache JEMALLOC_N(opt_tcache) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dctl.c104 CTL_PROTO(opt_tcache)
246 {NAME("tcache"), CTL(opt_tcache)},
1263 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool)
H A Dtcache.c10 bool opt_tcache = true;
H A Djemalloc.c423 opt_tcache = false;
637 CONF_HANDLE_BOOL(opt_tcache, "tcache")

Completed in 123 milliseconds