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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h6 extern bool opt_tcache;
H A Dtcache_inlines.h45 tcache_enabled = (tcache_enabled_t)opt_tcache;
H A Dprivate_namespace.h331 #define opt_tcache JEMALLOC_N(opt_tcache) macro
H A Dprivate_unnamespace.h331 #undef opt_tcache macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c7 bool opt_tcache = true; variable
H A Dctl.c84 CTL_PROTO(opt_tcache)
241 {NAME("tcache"), CTL(opt_tcache)},
1302 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool)
H A Djemalloc.c1104 CONF_HANDLE_BOOL(opt_tcache, "tcache", true)

Completed in 83 milliseconds