Home
last modified time | relevance | path

Searched refs:tcache_enabled (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h206 tcache_enabled_t tcache_enabled; in tcache_enabled_get() local
211 tcache_enabled = tsd_tcache_enabled_get(tsd); in tcache_enabled_get()
212 if (tcache_enabled == tcache_enabled_default) { in tcache_enabled_get()
213 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()
214 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_get()
217 return ((bool)tcache_enabled); in tcache_enabled_get()
224 tcache_enabled_t tcache_enabled; in tcache_enabled_set() local
230 tcache_enabled = (tcache_enabled_t)enabled; in tcache_enabled_set()
231 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_set()
Dtsd.h602 O(tcache_enabled, tcache_enabled_t) \
/external/jemalloc_new/include/jemalloc/internal/
Dtsd.h64 O(tcache_enabled, bool, bool) \