Home
last modified time | relevance | path

Searched refs:bitmap_sfu (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc_new/test/unit/
Dbitmap.c292 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/
Dbitmap.c111 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/
Dbitmap.h129 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
Dprivate_symbols.txt153 bitmap_sfu
Dprivate_namespace.h153 #define bitmap_sfu JEMALLOC_N(bitmap_sfu) macro
Dprivate_unnamespace.h153 #undef bitmap_sfu
/external/jemalloc_new/include/jemalloc/internal/
Dbitmap.h301 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_sfu() function
/external/jemalloc_new/src/
Darena.c232 regind = bitmap_sfu(slab_data->bitmap, &bin_info->bitmap_info); in arena_slab_reg_alloc()
/external/jemalloc/
DChangeLog127 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
/external/jemalloc/src/
Darena.c290 regind = (unsigned)bitmap_sfu(run->bitmap, &bin_info->bitmap_info); in arena_run_reg_alloc()
/external/jemalloc_new/
DChangeLog501 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount