HomeSort by: relevance | last modified time | path
    Searched defs:dst_max (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
sz.c 93 size_t dst_max = (SC_LOOKUP_MAXCLASS >> SC_LG_TINY_MIN) + 1; local
95 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max;
102 for (; dst_ind <= max_ind && dst_ind < dst_max; dst_ind++) {

Completed in 21 milliseconds