Searched refs:bitmap_sfu (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/test/unit/
H A Dbitmap.c111 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
120 * verify that bitmap_sfu() reaches the unset bits.
124 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
134 * verify that bitmap_sfu() looks past them.
138 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
143 assert_zd_eq(bitmap_sfu(bitmap, &binfo), i - 1,
/external/jemalloc/include/jemalloc/internal/
H A Dbitmap.h129 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo);
202 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) function
H A Dprivate_namespace.h153 #define bitmap_sfu JEMALLOC_N(bitmap_sfu) macro
H A Dprivate_unnamespace.h153 #undef bitmap_sfu macro
/external/jemalloc/src/
H A Darena.c290 regind = (unsigned)bitmap_sfu(run->bitmap, &bin_info->bitmap_info);

Completed in 154 milliseconds