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 D | jemalloc_internal_inlines_c.h | 62 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 D | arena_inlines_a.h | 49 tcache_t *tcache = tcache_get(tsd); in percpu_arena_update()
|
| H A D | jemalloc_internal_inlines_b.h | 25 tcache_t *tcache = tcache_get(tsd); in arena_choose_impl()
|
| H A D | jemalloc_internal_inlines_a.h | 140 tcache_get(tsd_t *tsd) { in tcache_get() function
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1682 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 D | arena.c | 2016 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child()
|