Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A 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()
H A Darena_inlines_a.h49 tcache_t *tcache = tcache_get(tsd); in percpu_arena_update()
H A Djemalloc_internal_inlines_b.h25 tcache_t *tcache = tcache_get(tsd); in arena_choose_impl()
H A Djemalloc_internal_inlines_a.h140 tcache_get(tsd_t *tsd) { in tcache_get() function
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c1682 assert(tcache == tcache_get(tsd)); in imalloc_no_sample()
1684 tcache = tcache_get(tsd); in imalloc_no_sample()
2304 tcache = tcache_get(tsd); in je_realloc()
2396 tcache = tcache_get(tsd); in je_free()
2698 tcache = tcache_get(tsd); in je_rallocx()
2942 assert(tcache == tcache_get(tsd)); in je_dallocx()
2945 tcache = tcache_get(tsd); in je_dallocx()
3004 assert(tcache == tcache_get(tsd)); in je_sdallocx()
3007 tcache = tcache_get(tsd); in je_sdallocx()
H A Darena.c2016 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child()