Home
last modified time | relevance | path

Searched refs:LG_VADDR (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_decls.h9 # if LG_VADDR <= 32
13 # if LG_VADDR > 32
14 # undef LG_VADDR
15 # define LG_VADDR 32 macro
Drtree.h18 #define RTREE_NHIB ((1U << (LG_SIZEOF_PTR+3)) - LG_VADDR)
22 #define RTREE_NSB (LG_VADDR - RTREE_NLIB)
186 uintptr_t high_bit_mask = ((uintptr_t)1 << LG_VADDR) - 1; in rtree_leaf_elm_bits_extent_get()
200 return (szind_t)(bits >> LG_VADDR); in rtree_leaf_elm_bits_szind_get()
253 LG_VADDR) | ((uintptr_t)extent & (((uintptr_t)0x1 << LG_VADDR) - 1)) in rtree_leaf_elm_extent_write()
269 uintptr_t bits = ((uintptr_t)szind << LG_VADDR) | in rtree_leaf_elm_szind_write()
271 (((uintptr_t)0x1 << LG_VADDR) - 1)) | in rtree_leaf_elm_szind_write()
286 LG_VADDR) | ((uintptr_t)rtree_leaf_elm_bits_extent_get(old_bits) & in rtree_leaf_elm_slab_write()
287 (((uintptr_t)0x1 << LG_VADDR) - 1)) | ((uintptr_t)slab); in rtree_leaf_elm_slab_write()
298 uintptr_t bits = ((uintptr_t)szind << LG_VADDR) | in rtree_leaf_elm_write()
[all …]
Djemalloc_internal_defs.h57 #define LG_VADDR 57 macro
59 #define LG_VADDR 48 macro
61 #define LG_VADDR 32 macro
Djemalloc_internal_defs_host.h50 #define LG_VADDR 48 macro
52 #define LG_VADDR 32 macro
Djemalloc_internal_defs.h.in44 #undef LG_VADDR
/external/jemalloc_new/
Dconfigure.ac414 [LG_VADDR="$with_lg_vaddr"], [LG_VADDR="detect"])
418 if test "x$LG_VADDR" = "xdetect"; then
422 LG_VADDR=32
425 LG_VADDR=48
427 AC_MSG_RESULT([$LG_VADDR])
431 if test "x$LG_VADDR" = "xdetect"; then
472 LG_VADDR="${je_cv_lg_vaddr}"
474 if test "x${LG_VADDR}" != "xerror" ; then
475 AC_DEFINE_UNQUOTED([LG_VADDR], [$LG_VADDR]) definition
482 if test "x$LG_VADDR" = "xdetect"; then
[all …]
Dconfigure6967 withval=$with_lg_vaddr; LG_VADDR="$with_lg_vaddr"
6969 LG_VADDR="detect"
6975 if test "x$LG_VADDR" = "xdetect"; then
6980 LG_VADDR=32
6983 LG_VADDR=48
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LG_VADDR" >&5
6986 $as_echo "$LG_VADDR" >&6; }
6990 if test "x$LG_VADDR" = "xdetect"; then
7055 LG_VADDR="${je_cv_lg_vaddr}"
7057 if test "x${LG_VADDR}" != "xerror" ; then
[all …]