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

/freebsd-11.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h479 #define run_quantize_max JEMALLOC_N(run_quantize_max) macro
H A Darena.h508 extern size_t run_quantize_max; /* Max run_quantize_*() input. */
/freebsd-11.0-release/contrib/jemalloc/src/
H A Darena.c24 size_t run_quantize_max; /* Max run_quantize_*() input. */ variable
167 assert(size <= run_quantize_max);
190 assert(size <= run_quantize_max);
3753 run_quantize_max = chunksize + large_pad;
3756 (run_quantize_max >> LG_PAGE));
3761 (run_quantize_max >> LG_PAGE));
3765 for (i = 1; i <= run_quantize_max >> LG_PAGE; i++) {
3831 runs_avail_nclasses = size2index(run_quantize_max)+1 - runs_avail_bias;

Completed in 121 milliseconds