Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c15 cache_bin_info_t *tcache_bin_info; variable
61 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
371 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
381 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
671 if (tcache_bin_info == NULL) { in tcache_boot()
678 tcache_bin_info[i].ncached_max = in tcache_boot()
682 tcache_bin_info[i].ncached_max = in tcache_boot()
685 tcache_bin_info[i].ncached_max = in tcache_boot()
688 stack_nelms += tcache_bin_info[i].ncached_max; in tcache_boot()
691 tcache_bin_info[i].ncached_max = TCACHE_NSLOTS_LARGE; in tcache_boot()
[all …]
H A Darena.c1262 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >> in arena_tcache_fill_small()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h176 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_small()
202 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_large()
H A Dtcache_externs.h9 extern cache_bin_info_t *tcache_bin_info;