Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h114 extern bool opt_tcache;
205 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
Dprivate_symbols.txt345 opt_tcache
Dprivate_namespace.h345 #define opt_tcache JEMALLOC_N(opt_tcache) macro
Dprivate_unnamespace.h345 #undef opt_tcache
/external/jemalloc/src/
Djemalloc.c854 opt_tcache = false;
1092 CONF_HANDLE_BOOL(opt_tcache, "tcache",
1096 if (opt_tcache) {
1097 opt_tcache = false;
Dctl.c101 CTL_PROTO(opt_tcache)
269 {NAME("tcache"), CTL(opt_tcache)},
1278 CTL_RO_NL_CGEN(config_tcache, opt_tcache, opt_tcache, bool) in CTL_RO_BOOL_CONFIG_GEN()
Dtcache.c7 bool opt_tcache = true; variable