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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h60 bool bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
77 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) function
96 assert(bitmap_get(bitmap, binfo, bit) == false);
103 assert(bitmap_get(bitmap, binfo, bit));
153 assert(bitmap_get(bitmap, binfo, bit));
161 assert(bitmap_get(bitmap, binfo, bit) == false);
H A Dprivate_namespace.h87 #define bitmap_get JEMALLOC_N(bitmap_get) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Darena.c355 assert(bitmap_get(bitmap, &bin_info->bitmap_info, regind));

Completed in 67 milliseconds