Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h139 unsigned ptrbits = ZU(1) << (LG_SIZEOF_PTR+3); in rtree_leaf_maskbits() local
142 return ptrbits - cumbits; in rtree_leaf_maskbits()
159 unsigned ptrbits = ZU(1) << (LG_SIZEOF_PTR+3); in rtree_subkey() local
161 unsigned shiftbits = ptrbits - cumbits; in rtree_subkey()