Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h44 uint8_t lg_fill_div[NBINS]; member
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c63 (tcache->lg_fill_div[binind] + 1)) >= 1) { in tcache_event_hard()
64 tcache->lg_fill_div[binind]++; in tcache_event_hard()
75 if (binind < NBINS && tcache->lg_fill_div[binind] > 1) { in tcache_event_hard()
76 tcache->lg_fill_div[binind]--; in tcache_event_hard()
370 tcache->lg_fill_div[i] = 1; in tcache_init()
H A Darena.c1263 tcache->lg_fill_div[binind]); i < nfill; i++) { in arena_tcache_fill_small()