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

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h8 typedef struct bitmap_info_s bitmap_info_t; typedef in typeref:struct:bitmap_info_s
49 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
50 size_t bitmap_info_ngroups(const bitmap_info_t *binfo);
52 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo);
59 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo);
60 bool bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
61 void bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
62 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo);
63 void bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
68 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binf
[all...]
H A Darena.h269 bitmap_info_t bitmap_info;
/freebsd-10.1-release/contrib/jemalloc/src/
H A Dbitmap.c20 bitmap_info_init(bitmap_info_t *binfo, size_t nbits)
48 bitmap_info_ngroups(const bitmap_info_t *binfo)
57 bitmap_info_t binfo;
64 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo)

Completed in 139 milliseconds