HomeSort by: relevance | last modified time | path
    Searched defs:SC_NGROUP (Results 1 - 4 of 4) 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...]
  /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...]
  /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...]
  /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...]

Completed in 44 milliseconds