Home
last modified time | relevance | path

Searched defs:tbin (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
89 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()
104 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small()
189 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large()
462 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() local
470 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache() local
537 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge() local
545 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge() local
H A Darena.c160 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge() local
165 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge() local
1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()