Searched refs:small_run_tab (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/src/
H A Darena.c26 static bool *small_run_tab; /* Valid small run page multiples. */ variable
89 if (size <= small_maxrun && small_run_tab[size >> LG_PAGE])
130 if (small_run_tab[size >> LG_PAGE]) {
3728 small_run_tab = (bool *)base_alloc(NULL, sizeof(bool) * (small_maxrun >>
3730 if (small_run_tab == NULL)
3735 small_run_tab[bin_info->run_size >> LG_PAGE] = true; \

Completed in 46 milliseconds