Home
last modified time | relevance | path

Searched refs:LG_HUGEPAGE (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h220 #define LG_HUGEPAGE 20 macro
222 #define LG_HUGEPAGE 21 macro
Djemalloc_internal_defs_host.h209 #define LG_HUGEPAGE 21 macro
Dpages.h18 #define HUGEPAGE ((size_t)(1U << LG_HUGEPAGE))
Djemalloc_internal_defs.h.in196 * One huge page is 2^LG_HUGEPAGE bytes. Note that this is defined even if the
200 #undef LG_HUGEPAGE
/external/jemalloc_new/src/
Dbase.c172 extent_bsize_get(&block->extent)) >> LG_HUGEPAGE; in base_auto_thp_switch()
225 LG_HUGEPAGE; in base_extent_bump_alloc_post()
226 assert(base->mapped >= base->n_thp << LG_HUGEPAGE); in base_extent_bump_alloc_post()
335 LG_HUGEPAGE; in base_extent_alloc()
339 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_extent_alloc()
384 >> LG_HUGEPAGE : 0; in base_new()
387 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_new()
/external/jemalloc_new/
Dconfigure.ac1431 AC_DEFINE_UNQUOTED([LG_HUGEPAGE], [${je_cv_lg_hugepage}]) definition