Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/unit/
A Dbitmap.c285 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body()
297 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body()
309 assert_zd_eq(bitmap_sfu(bitmap, binfo), i, in test_bitmap_sfu_body()
314 assert_zd_eq(bitmap_sfu(bitmap, binfo), nbits - 1, in test_bitmap_sfu_body()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dbitmap_inlines.h8 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo);
81 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_sfu() function
A Dprivate_symbols.txt116 bitmap_sfu
A Dprivate_namespace.h116 #define bitmap_sfu JEMALLOC_N(bitmap_sfu) macro
A Dprivate_unnamespace.h116 #undef bitmap_sfu
/third_party/ulib/jemalloc/src/
A Darena.c129 regind = bitmap_sfu(slab_data->bitmap, &bin_info->bitmap_info); in arena_slab_reg_alloc()
/third_party/ulib/jemalloc/
A DChangeLog127 - Fix the linear scan version of bitmap_sfu() to shift by the proper amount

Completed in 15 milliseconds