Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dbitmap.c216 assert_true(bitmap_full(bitmap, binfo), "All bits should be set"); in test_bitmap_set_body()
247 assert_true(bitmap_full(bitmap, binfo), "All bits should be set"); in test_bitmap_unset_body()
254 assert_true(bitmap_full(bitmap, binfo), "All bits should be set"); in test_bitmap_unset_body()
296 assert_true(bitmap_full(bitmap, binfo), "All bits should be set"); in test_bitmap_xfu_body()
344 assert_true(bitmap_full(bitmap, binfo), "All bits should be set"); in test_bitmap_xfu_body()
/external/jemalloc_new/include/jemalloc/internal/
Dbitmap.h176 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_full() function
306 assert(!bitmap_full(bitmap, binfo)); in bitmap_sfu()
/external/jemalloc_new/src/
Darena.c230 assert(!bitmap_full(slab_data->bitmap, &bin_info->bitmap_info)); in arena_slab_reg_alloc()