Searched refs:bitmap_sfu (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | bitmap.c | 292 assert_zu_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_xfu_body() 310 assert_zu_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_xfu_body() 331 assert_zu_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_xfu_body() 342 assert_zu_eq(bitmap_sfu(bitmap, binfo), nbits - 1, in test_bitmap_xfu_body() 368 assert_zu_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_xfu_body() 370 assert_zu_eq(bitmap_sfu(bitmap, binfo), i+2, in test_bitmap_xfu_body() 395 assert_zu_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_xfu_body() 398 assert_zu_eq(bitmap_sfu(bitmap, binfo), nbits-1, in test_bitmap_xfu_body()
|
/external/jemalloc/test/unit/ |
D | bitmap.c | 111 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j, in TEST_BEGIN() 124 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j, in TEST_BEGIN() 138 assert_zd_eq(bitmap_sfu(bitmap, &binfo), j, in TEST_BEGIN() 143 assert_zd_eq(bitmap_sfu(bitmap, &binfo), i - 1, in TEST_BEGIN()
|
/external/jemalloc/include/jemalloc/internal/ |
D | bitmap.h | 129 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo); 202 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_sfu() function
|
D | private_symbols.txt | 153 bitmap_sfu
|
D | private_namespace.h | 153 #define bitmap_sfu JEMALLOC_N(bitmap_sfu) macro
|
D | private_unnamespace.h | 153 #undef bitmap_sfu
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | bitmap.h | 301 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_sfu() function
|
/external/jemalloc_new/src/ |
D | arena.c | 232 regind = bitmap_sfu(slab_data->bitmap, &bin_info->bitmap_info); in arena_slab_reg_alloc()
|
/external/jemalloc/ |
D | ChangeLog | 127 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
|
/external/jemalloc/src/ |
D | arena.c | 290 regind = (unsigned)bitmap_sfu(run->bitmap, &bin_info->bitmap_info); in arena_run_reg_alloc()
|
/external/jemalloc_new/ |
D | ChangeLog | 501 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
|