Home
last modified time | relevance | path

Searched refs:tcache_get_hard (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h155 tcache_t *tcache_get_hard(tsd_t *tsd);
249 tcache = tcache_get_hard(tsd); in tcache_get()
Dprivate_symbols.txt530 tcache_get_hard
Dprivate_namespace.h530 #define tcache_get_hard JEMALLOC_N(tcache_get_hard) macro
Dprivate_unnamespace.h530 #undef tcache_get_hard
/external/jemalloc/src/
Dtcache.c305 tcache_get_hard(tsd_t *tsd) in tcache_get_hard() function