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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h11 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG macro
14 #define LG_BITMAP_GROUP_NBITS (LG_SIZEOF_BITMAP + 3)
76 (LG_BITMAP_MAXBITS / LG_SIZEOF_BITMAP) \
77 + !!(LG_BITMAP_MAXBITS % LG_SIZEOF_BITMAP)
/freebsd-11-stable/contrib/jemalloc/src/
H A Dbitmap.c110 return (bitmap_info_ngroups(binfo) << LG_SIZEOF_BITMAP);

Completed in 79 milliseconds