Home
last modified time | relevance | path

Searched refs:tcache_small_bin_get (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c45 tbin = tcache_small_bin_get(tcache, binind); in tcache_event_hard()
377 tcache_small_bin_get(tcache, i)->avail = in tcache_init()
392 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tsd_tcache_data_init()
462 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache()
499 (void *)((uintptr_t)tcache_small_bin_get(tcache, 0)->avail - in tcache_destroy()
515 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tcache_cleanup()
520 assert(tcache_small_bin_get(tcache, 0)->avail != NULL); in tcache_cleanup()
524 tcache_small_bin_get(tcache, 0)->avail = NULL; in tcache_cleanup()
537 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h110 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() function
131 tcache_small_bin_get(tsd_tcachep_get(tsd), 0)->avail != in tcache_available()
H A Dtcache_inlines.h50 bin = tcache_small_bin_get(tcache, binind); in tcache_alloc_small()
175 bin = tcache_small_bin_get(tcache, binind); in tcache_dalloc_small()