Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h133 unsigned ptrbits = ZU(1) << (LG_SIZEOF_PTR+3); in rtree_leafkey() local
136 unsigned maskbits = ptrbits - cumbits; in rtree_leafkey()
143 unsigned ptrbits = ZU(1) << (LG_SIZEOF_PTR+3); in rtree_cache_direct_map() local
146 unsigned maskbits = ptrbits - cumbits; in rtree_cache_direct_map()
152 unsigned ptrbits = ZU(1) << (LG_SIZEOF_PTR+3); in rtree_subkey() local
154 unsigned shiftbits = ptrbits - cumbits; in rtree_subkey()