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

/external/jemalloc/test/unit/
H A Dbitmap.c113 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
122 * verify that bitmap_sfu() reaches the unset bits.
126 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
136 * verify that bitmap_sfu() looks past them.
140 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j,
145 assert_zd_eq(bitmap_sfu(bitmap, &binfo), i - 1,
/external/jemalloc/include/jemalloc/internal/
H A Dbitmap.h62 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo);
123 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) function
H A Dprivate_namespace.h101 #define bitmap_sfu JEMALLOC_N(bitmap_sfu) macro
H A Dprivate_unnamespace.h101 #undef bitmap_sfu macro
/external/jemalloc/src/
H A Darena.c307 regind = bitmap_sfu(bitmap, &bin_info->bitmap_info);

Completed in 114 milliseconds