Home
last modified time | relevance | path

Searched refs:bin_flush_delay_items (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h43 uint8_t bin_flush_delay_items[SC_NBINS]; member
/src/contrib/jemalloc/src/
H A Dtcache.c115 << (sizeof(((tcache_slow_t *)NULL)->bin_flush_delay_items[0]) * 8); in tcache_gc_item_delay_compute()
136 if (nflush < tcache_slow->bin_flush_delay_items[szind]) { in tcache_gc_small()
139 assert(sizeof(tcache_slow->bin_flush_delay_items[0]) == in tcache_gc_small()
141 tcache_slow->bin_flush_delay_items[szind] -= nflush_uint8; in tcache_gc_small()
144 tcache_slow->bin_flush_delay_items[szind] in tcache_gc_small()
677 tcache_slow->bin_flush_delay_items[i] in tcache_init()