Home
last modified time | relevance | path

Searched refs:nlevels (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dbitmap.c33 binfo->nlevels = i; in bitmap_info_init()
40 return (binfo->levels[binfo->nlevels].group_offset); in bitmap_info_ngroups()
61 for (i = 1; i < binfo->nlevels; i++) { in bitmap_init()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dbitmap_inlines.h17 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full()
64 for (i = 1; i < binfo->nlevels; i++) { in bitmap_set()
90 i = binfo->nlevels - 1; in bitmap_sfu()
133 for (i = 1; i < binfo->nlevels; i++) { in bitmap_unset()
A Dbitmap_structs.h15 unsigned nlevels; member
/third_party/ulib/jemalloc/test/unit/
A Dbitmap.c108 assert_u_eq(binfo->nlevels, binfo_dyn.nlevels, in test_bitmap_initializer_body()
114 for (i = 0; i < binfo->nlevels; i++) { in test_bitmap_initializer_body()

Completed in 7 milliseconds