HomeSort by relevance Sort by last modified time
    Searched refs:tcache_enabled (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tcache.h 205 tcache_enabled_t tcache_enabled; local
210 tcache_enabled = tsd_tcache_enabled_get(tsd);
211 if (tcache_enabled == tcache_enabled_default) {
212 tcache_enabled = (tcache_enabled_t)opt_tcache;
213 tsd_tcache_enabled_set(tsd, tcache_enabled);
216 return ((bool)tcache_enabled);
223 tcache_enabled_t tcache_enabled; local
229 tcache_enabled = (tcache_enabled_t)enabled;
230 tsd_tcache_enabled_set(tsd, tcache_enabled);
tsd.h 543 O(tcache_enabled, tcache_enabled_t) \

Completed in 72 milliseconds