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

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

Completed in 108 milliseconds