HomeSort by: relevance | last modified time | path
    Searched refs:SC_NGROUP (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sc.h 17 * SC_NGROUP size classes in each group, equally spaced in the range, so that
18 * each one covers allocations for base / SC_NGROUP possible allocation sizes.
19 * We call that value (base / SC_NGROUP) the delta of the group. Each size class
23 * To make the math all work out nicely, we require that SC_NGROUP is a power of
36 * base + SC_NGROUP * delta ( == 2 * base)
37 * which covers allocations in (base + (SC_NGROUP - 1) * delta, 2 * base].
38 * (Note that currently SC_NGROUP is always 4, so the "..." is empty in
62 * The first base we can divide by SC_NGROUP while still being at least
63 * (1 << LG_QUANTUM) is SC_NGROUP * (1 << LG_QUANTUM). We can get there by
64 * having SC_NGROUP size classes, spaced (1 << LG_QUANTUM) apart. These siz
    [all...]
tcache_types.h 32 #define TCACHE_NBINS_MAX (SC_NBINS + SC_NGROUP * \
sz.h 70 * SC_NGROUP. off_to_first_ps_rg begins from 1, instead of 0. e.g.
71 * off_to_first_ps_rg is 1 when psz is (PAGE * SC_NGROUP + 1).
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sc.h 17 * SC_NGROUP size classes in each group, equally spaced in the range, so that
18 * each one covers allocations for base / SC_NGROUP possible allocation sizes.
19 * We call that value (base / SC_NGROUP) the delta of the group. Each size class
23 * To make the math all work out nicely, we require that SC_NGROUP is a power of
36 * base + SC_NGROUP * delta ( == 2 * base)
37 * which covers allocations in (base + (SC_NGROUP - 1) * delta, 2 * base].
38 * (Note that currently SC_NGROUP is always 4, so the "..." is empty in
62 * The first base we can divide by SC_NGROUP while still being at least
63 * (1 << LG_QUANTUM) is SC_NGROUP * (1 << LG_QUANTUM). We can get there by
64 * having SC_NGROUP size classes, spaced (1 << LG_QUANTUM) apart. These siz
    [all...]
tcache_types.h 32 #define TCACHE_NBINS_MAX (SC_NBINS + SC_NGROUP * \
sz.h 70 * SC_NGROUP. off_to_first_ps_rg begins from 1, instead of 0. e.g.
71 * off_to_first_ps_rg is 1 when psz is (PAGE * SC_NGROUP + 1).
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sc.h 17 * SC_NGROUP size classes in each group, equally spaced in the range, so that
18 * each one covers allocations for base / SC_NGROUP possible allocation sizes.
19 * We call that value (base / SC_NGROUP) the delta of the group. Each size class
23 * To make the math all work out nicely, we require that SC_NGROUP is a power of
36 * base + SC_NGROUP * delta ( == 2 * base)
37 * which covers allocations in (base + (SC_NGROUP - 1) * delta, 2 * base].
38 * (Note that currently SC_NGROUP is always 4, so the "..." is empty in
62 * The first base we can divide by SC_NGROUP while still being at least
63 * (1 << LG_QUANTUM) is SC_NGROUP * (1 << LG_QUANTUM). We can get there by
64 * having SC_NGROUP size classes, spaced (1 << LG_QUANTUM) apart. These siz
    [all...]
tcache_types.h 32 #define TCACHE_NBINS_MAX (SC_NBINS + SC_NGROUP * \
sz.h 70 * SC_NGROUP. off_to_first_ps_rg begins from 1, instead of 0. e.g.
71 * off_to_first_ps_rg is 1 when psz is (PAGE * SC_NGROUP + 1).
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sc.h 17 * SC_NGROUP size classes in each group, equally spaced in the range, so that
18 * each one covers allocations for base / SC_NGROUP possible allocation sizes.
19 * We call that value (base / SC_NGROUP) the delta of the group. Each size class
23 * To make the math all work out nicely, we require that SC_NGROUP is a power of
36 * base + SC_NGROUP * delta ( == 2 * base)
37 * which covers allocations in (base + (SC_NGROUP - 1) * delta, 2 * base].
38 * (Note that currently SC_NGROUP is always 4, so the "..." is empty in
62 * The first base we can divide by SC_NGROUP while still being at least
63 * (1 << LG_QUANTUM) is SC_NGROUP * (1 << LG_QUANTUM). We can get there by
64 * having SC_NGROUP size classes, spaced (1 << LG_QUANTUM) apart. These siz
    [all...]
tcache_types.h 32 #define TCACHE_NBINS_MAX (SC_NBINS + SC_NGROUP * \
sz.h 70 * SC_NGROUP. off_to_first_ps_rg begins from 1, instead of 0. e.g.
71 * off_to_first_ps_rg is 1 when psz is (PAGE * SC_NGROUP + 1).
100 pszind_t rg_inner_off = (((psz - 1)) >> lg_delta) & (SC_NGROUP - 1);
  /src/external/bsd/jemalloc/dist/test/unit/
sz.c 10 for (size_t i = 0; i < SC_NGROUP; i++) {
42 base_ind -= SC_NGROUP;
  /src/external/bsd/jemalloc.old/dist/test/unit/
sz.c 10 for (size_t i = 0; i < SC_NGROUP; i++) {
42 base_ind -= SC_NGROUP;

Completed in 16 milliseconds