HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_info_t (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
bitmap.h 8 typedef struct bitmap_info_s bitmap_info_t; typedef in typeref:struct:bitmap_info_s
49 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
50 size_t bitmap_info_ngroups(const bitmap_info_t *binfo);
52 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo);
59 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo);
60 bool bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
61 void bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
62 size_t bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo);
63 void bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
68 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo
    [all...]
arena.h 268 bitmap_info_t bitmap_info;
    [all...]
  /external/jemalloc/src/
bitmap.c 20 bitmap_info_init(bitmap_info_t *binfo, size_t nbits)
48 bitmap_info_ngroups(const bitmap_info_t *binfo)
57 bitmap_info_t binfo;
64 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo)
  /external/jemalloc/test/unit/
bitmap.c 28 bitmap_info_t binfo;
51 bitmap_info_t binfo;
74 bitmap_info_t binfo;
103 bitmap_info_t binfo;

Completed in 5248 milliseconds