Searched refs:tcache_enabled (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h139 malloc_tsd_protos(JEMALLOC_ATTR(unused), tcache_enabled, tcache_enabled_t) variable
159 malloc_tsd_externs(tcache_enabled, tcache_enabled_t)
160 malloc_tsd_funcs(JEMALLOC_ALWAYS_INLINE, tcache_enabled, tcache_enabled_t,
181 tcache_enabled_t tcache_enabled; local
185 tcache_enabled = *tcache_enabled_tsd_get();
186 if (tcache_enabled == tcache_enabled_default) {
187 tcache_enabled = (tcache_enabled_t)opt_tcache;
188 tcache_enabled_tsd_set(&tcache_enabled);
191 return ((bool)tcache_enabled);
197 tcache_enabled_t tcache_enabled; local
[all...]
/external/jemalloc/src/
H A Dtcache.c8 malloc_tsd_data(, tcache_enabled, tcache_enabled_t, tcache_enabled_default)

Completed in 52 milliseconds