Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c49 if ((tbin_info->ncached_max >> (tbin->lg_fill_div+1)) >= 1) in tcache_event_hard()
50 tbin->lg_fill_div++; in tcache_event_hard()
56 if (tbin->lg_fill_div > 1) in tcache_event_hard()
57 tbin->lg_fill_div--; in tcache_event_hard()
344 tcache->tbins[i].lg_fill_div = 1; in tcache_create()
Darena.c1569 tbin->lg_fill_div); i < nfill; i++) { in arena_tcache_fill_small()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h65 unsigned lg_fill_div; /* Fill (ncached_max >> lg_fill_div). */ member