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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sz.h 96 * rg_inner_off = ndelta - 1
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1); local
103 pszind_t ind = base_ind + rg_inner_off;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sz.h 96 * rg_inner_off = ndelta - 1
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1); local
103 pszind_t ind = base_ind + rg_inner_off;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sz.h 104 * rg_inner_off = ndelta - 1
108 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1); local
111 pszind_t ind = base_ind + rg_inner_off;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sz.h 104 * rg_inner_off = ndelta - 1
108 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1); local
111 pszind_t ind = base_ind + rg_inner_off;

Completed in 47 milliseconds