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

/freebsd-10-stable/contrib/jemalloc/src/
H A Dbitmap.c51 return (binfo->levels[binfo->nlevels].group_offset << LG_SIZEOF_BITMAP);
77 LG_SIZEOF_BITMAP);
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h10 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG macro
13 #define LG_BITMAP_GROUP_NBITS (LG_SIZEOF_BITMAP + 3)
19 (LG_BITMAP_MAXBITS / LG_SIZEOF_BITMAP) \
20 + !!(LG_BITMAP_MAXBITS % LG_SIZEOF_BITMAP)

Completed in 94 milliseconds