Home
last modified time | relevance | path

Searched refs:tsd_tcache_get (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt486 tsd_tcache_get
Dprivate_namespace.h486 #define tsd_tcache_get JEMALLOC_N(tsd_tcache_get) macro
Dtcache.h237 tcache = tsd_tcache_get(tsd); in tcache_get()
Dprivate_unnamespace.h486 #undef tsd_tcache_get
/external/jemalloc/src/
Dtcache.c393 if ((tcache = tsd_tcache_get(tsd)) != NULL) { in tcache_cleanup()
Dctl.c1330 tcache_t *tcache = tsd_tcache_get(tsd); in CTL_RO_BOOL_CONFIG_GEN()