Home
last modified time | relevance | path

Searched refs:cache_bin_info_t (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h37 typedef struct cache_bin_info_s cache_bin_info_t; typedef
H A Dtcache_inlines.h167 cache_bin_info_t *bin_info; in tcache_dalloc_small()
192 cache_bin_info_t *bin_info; in tcache_dalloc_large()
H A Dtcache_externs.h9 extern cache_bin_info_t *tcache_bin_info;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c15 cache_bin_info_t *tcache_bin_info;
61 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
669 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
670 * sizeof(cache_bin_info_t), CACHELINE); in tcache_boot()