Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_c.h62 return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, in ialloc()
95 tcache_get(tsd), false, NULL); in ipalloc()
123 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd), NULL, false, true); in idalloc()
198 tcache_get(tsd), NULL); in iralloc()
Darena_inlines_a.h49 tcache_t *tcache = tcache_get(tsd); in percpu_arena_update()
Djemalloc_internal_inlines_b.h25 tcache_t *tcache = tcache_get(tsd); in arena_choose_impl()
Djemalloc_internal_inlines_a.h140 tcache_get(tsd_t *tsd) { in tcache_get() function
/external/jemalloc_new/src/
Djemalloc.c1698 assert(tcache == tcache_get(tsd));
1700 tcache = tcache_get(tsd);
2320 tcache = tcache_get(tsd);
2412 tcache = tcache_get(tsd);
2714 tcache = tcache_get(tsd);
2958 assert(tcache == tcache_get(tsd));
2961 tcache = tcache_get(tsd);
3020 assert(tcache == tcache_get(tsd));
3023 tcache = tcache_get(tsd);
Darena.c2020 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child()