HomeSort by: relevance | last modified time | path
    Searched refs:LG_PAGE (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sc.h 207 * LG_PAGE - 1 | PAGE / 2 | PAGE | 1
208 * LG_PAGE | PAGE | 2 * PAGE | 1
209 * LG_PAGE + 1 | 2 * PAGE | 4 * PAGE | 2
210 * LG_PAGE + 2 | 4 * PAGE | 8 * PAGE | 4
213 * lg_delta == lg_page, which corresponds to setting lg_base to lg_page +
218 * For each base with lg_base in [lg_page + lg_ngroup, lg_base_max), there are
226 + (SC_LG_BASE_MAX - (LG_PAGE + SC_LG_NGROUP)) * SC_NGROUP \
237 + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \
254 #define SC_SMALL_MAX_BASE (1 << (LG_PAGE + SC_LG_NGROUP - 1)
    [all...]
sz.h 73 pszind_t off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE) ?
74 0 : x - (SC_LG_NGROUP + LG_PAGE);
80 * Therefore, lg_delta = LG_PAGE + (off_to_first_ps_rg - 1).
83 LG_PAGE : LG_PAGE + (off_to_first_ps_rg - 1);
116 size_t grp_size = ((ZU(1) << (LG_PAGE + (SC_LG_NGROUP-1))) << grp)
120 size_t lg_delta = shift + (LG_PAGE-1);
146 size_t lg_delta = (x < SC_LG_NGROUP + LG_PAGE + 1) ?
147 LG_PAGE : x - SC_LG_NGROUP - 1;
pages.h 4 /* Page size. LG_PAGE is determined by the configure script. */
8 #define PAGE ((size_t)(1U << LG_PAGE))
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sc.h 207 * LG_PAGE - 1 | PAGE / 2 | PAGE | 1
208 * LG_PAGE | PAGE | 2 * PAGE | 1
209 * LG_PAGE + 1 | 2 * PAGE | 4 * PAGE | 2
210 * LG_PAGE + 2 | 4 * PAGE | 8 * PAGE | 4
213 * lg_delta == lg_page, which corresponds to setting lg_base to lg_page +
218 * For each base with lg_base in [lg_page + lg_ngroup, lg_base_max), there are
226 + (SC_LG_BASE_MAX - (LG_PAGE + SC_LG_NGROUP)) * SC_NGROUP \
237 + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \
254 #define SC_SMALL_MAX_BASE (1 << (LG_PAGE + SC_LG_NGROUP - 1)
    [all...]
jemalloc_internal_defs.h 213 /* One page is 2^LG_PAGE bytes. */
216 #define LG_PAGE MAX_PAGE_SHIFT
218 #define LG_PAGE PAGE_SHIFT
sz.h 73 pszind_t off_to_first_ps_rg = (x < SC_LG_NGROUP + LG_PAGE) ?
74 0 : x - (SC_LG_NGROUP + LG_PAGE);
80 * Therefore, lg_delta = LG_PAGE + (off_to_first_ps_rg - 1).
83 LG_PAGE : LG_PAGE + (off_to_first_ps_rg - 1);
116 size_t grp_size = ((ZU(1) << (LG_PAGE + (SC_LG_NGROUP-1))) << grp)
120 size_t lg_delta = shift + (LG_PAGE-1);
146 size_t lg_delta = (x < SC_LG_NGROUP + LG_PAGE + 1) ?
147 LG_PAGE : x - SC_LG_NGROUP - 1;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_defs.h 214 /* One page is 2^LG_PAGE bytes. */
217 #define LG_PAGE MAX_PAGE_SHIFT
219 #define LG_PAGE PAGE_SHIFT
arena_types.h 5 #define LG_SLAB_MAXREGS (LG_PAGE - LG_TINY_MIN)
sz.h 57 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x -
58 (LG_SIZE_CLASS_GROUP + LG_PAGE);
61 pszind_t lg_delta = (x < LG_SIZE_CLASS_GROUP + LG_PAGE + 1) ?
62 LG_PAGE : x - LG_SIZE_CLASS_GROUP - 1;
83 size_t grp_size = ((ZU(1) << (LG_PAGE +
87 size_t lg_delta = shift + (LG_PAGE-1);
115 size_t lg_delta = (x < LG_SIZE_CLASS_GROUP + LG_PAGE + 1) ?
116 LG_PAGE : x - LG_SIZE_CLASS_GROUP - 1;
pages.h 4 /* Page size. LG_PAGE is determined by the configure script. */
8 #define PAGE ((size_t)(1U << LG_PAGE))
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
arena_types.h 5 #define LG_SLAB_MAXREGS (LG_PAGE - LG_TINY_MIN)
sz.h 57 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x -
58 (LG_SIZE_CLASS_GROUP + LG_PAGE);
61 pszind_t lg_delta = (x < LG_SIZE_CLASS_GROUP + LG_PAGE + 1) ?
62 LG_PAGE : x - LG_SIZE_CLASS_GROUP - 1;
83 size_t grp_size = ((ZU(1) << (LG_PAGE +
87 size_t lg_delta = shift + (LG_PAGE-1);
115 size_t lg_delta = (x < LG_SIZE_CLASS_GROUP + LG_PAGE + 1) ?
116 LG_PAGE : x - LG_SIZE_CLASS_GROUP - 1;
pages.h 4 /* Page size. LG_PAGE is determined by the configure script. */
8 #define PAGE ((size_t)(1U << LG_PAGE))
  /src/external/bsd/jemalloc.old/dist/src/
bin.c 14 (pgs << LG_PAGE), (pgs << LG_PAGE) / ((1U<<lg_grp) + \
  /src/external/bsd/jemalloc/dist/src/
bin_info.c 16 bin_info->slab_size = (sc->pgs << LG_PAGE);
hpdata.c 54 size_t npages = sz >> LG_PAGE;
133 (uintptr_t)hpdata_addr_get(hpdata) + (result << LG_PAGE));
144 >> LG_PAGE;
146 size_t npages = sz >> LG_PAGE;
pa.c 144 pa_nactive_add(shard, size >> LG_PAGE);
175 pa_nactive_add(shard, expand_amount >> LG_PAGE);
198 pa_nactive_sub(shard, shrink_amount >> LG_PAGE);
218 pa_nactive_sub(shard, edata_size_get(edata) >> LG_PAGE);
  /src/external/bsd/jemalloc/dist/test/unit/
slab.c 13 mallocx(bin_info->slab_size, MALLOCX_LG_ALIGN(LG_PAGE)),
rtree.c 113 PAGE + (((uintptr_t)1) << LG_PAGE) - 1};
143 (((uintptr_t)2) << LG_PAGE)).edata,
239 for (uintptr_t i = 0; i < ((end - start) >> LG_PAGE); i++) {
241 start + (i << LG_PAGE)).edata, edata_e,
246 for (uintptr_t i = 0; i < ((end - start) >> LG_PAGE); i++) {
248 start + (i << LG_PAGE), false, false);
267 uintptr_t end = start + (ZU(100) << LG_PAGE);
271 start = (ZU(1) << rtree_leaf_maskbits()) - (ZU(10) << LG_PAGE);
272 end = start + (ZU(100) << LG_PAGE);
extent_quantize.c 108 for (i = 1; i <= SZ_MAX >> LG_PAGE; i++) {
111 extent_size = i << LG_PAGE;
junk.c 48 if (!zero && lg_align == LG_PAGE) {
82 0, 4, 10, 15, 16, LG_PAGE
pack.c 6 #if LG_PAGE <= 14
7 #define SZ (ZU(1) << (LG_PAGE - 2))
  /src/external/bsd/jemalloc.old/dist/test/unit/
slab.c 11 MALLOCX_LG_ALIGN(LG_PAGE)), bin_info->slab_size, true,
extent_quantize.c 108 for (i = 1; i <= SZ_MAX >> LG_PAGE; i++) {
111 extent_size = i << LG_PAGE;
pack.c 6 #if LG_PAGE <= 14
7 #define SZ (ZU(1) << (LG_PAGE - 2))

Completed in 39 milliseconds

1 2 3