Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbitmap.h195 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbitmap.c177 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c271 assert(bitmap_get(slab_data->bitmap, &bin_info->bitmap_info, regind)); in arena_slab_reg_dalloc()