Searched refs:BITMAP_BITS2GROUPS (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h28 #define BITMAP_BITS2GROUPS(nbits) \ macro
35 BITMAP_BITS2GROUPS(nbits)
37 BITMAP_BITS2GROUPS(BITMAP_BITS2GROUPS(nbits))
39 BITMAP_BITS2GROUPS(BITMAP_BITS2GROUPS(BITMAP_BITS2GROUPS((nbits))))
41 BITMAP_BITS2GROUPS(BITMAP_BITS2GROUPS(BITMAP_BITS2GROUPS( \
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dbitmap.c23 group_count = BITMAP_BITS2GROUPS(nbits);
28 group_count = BITMAP_BITS2GROUPS(group_count);
81 binfo->ngroups = BITMAP_BITS2GROUPS(nbits);

Completed in 110 milliseconds