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

/freebsd-11.0-release/contrib/jemalloc/src/
H A Darena.c27 static size_t *run_quantize_floor_tab; /* run_quantize_floor() memoization. */ variable
170 ret = run_quantize_floor_tab[(size >> LG_PAGE) - 1];
3755 run_quantize_floor_tab = (size_t *)base_alloc(NULL, sizeof(size_t) *
3757 if (run_quantize_floor_tab == NULL)
3768 run_quantize_floor_tab[i-1] =

Completed in 103 milliseconds