Searched refs:bitmap_get (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | bitmap.h | 195 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_get() function 212 assert(!bitmap_get(bitmap, binfo, bit)); in bitmap_set() 219 assert(bitmap_get(bitmap, binfo, bit)); in bitmap_set() 338 assert(bitmap_get(bitmap, binfo, bit)); in bitmap_unset() 346 assert(!bitmap_get(bitmap, binfo, bit)); in bitmap_unset()
|
/external/jemalloc_new/test/unit/ |
D | bitmap.c | 177 assert_false(bitmap_get(bitmap, binfo, i), in test_bitmap_init_body() 183 assert_true(bitmap_get(bitmap, binfo, i), "Bit should be set"); in test_bitmap_init_body() 314 assert_false(bitmap_get(bitmap, binfo, 0), "Bit should be unset"); in test_bitmap_xfu_body()
|
/external/jemalloc_new/src/ |
D | android_je_iterate.c | 57 if (bitmap_get(slab_data->bitmap, &bin_info->bitmap_info, bit)) { in je_malloc_iterate()
|
D | arena.c | 271 assert(bitmap_get(slab_data->bitmap, &bin_info->bitmap_info, regind)); in arena_slab_reg_dalloc()
|
/external/fsck_msdos/ |
D | fat.c | 101 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get() function 196 return (bitmap_get(&fat->headbitmap, cl)); in fat_is_cl_head()
|