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

  /external/jemalloc/test/unit/
bitmap.c 59 assert_true(bitmap_full(bitmap, &binfo),
82 assert_true(bitmap_full(bitmap, &binfo),
88 assert_true(bitmap_full(bitmap, &binfo),
115 assert_true(bitmap_full(bitmap, &binfo),
145 assert_true(bitmap_full(bitmap, &binfo),
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 126 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo);
135 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) function
208 assert(!bitmap_full(bitmap, binfo));
private_namespace.h 148 #define bitmap_full JEMALLOC_N(bitmap_full) macro
    [all...]
private_unnamespace.h 148 #undef bitmap_full macro
  /external/jemalloc_new/test/unit/
bitmap.c 216 assert_true(bitmap_full(bitmap, binfo), "All bits should be set");
247 assert_true(bitmap_full(bitmap, binfo), "All bits should be set");
254 assert_true(bitmap_full(bitmap, binfo), "All bits should be set");
296 assert_true(bitmap_full(bitmap, binfo), "All bits should be set");
344 assert_true(bitmap_full(bitmap, binfo), "All bits should be set");
  /external/jemalloc_new/include/jemalloc/internal/
bitmap.h 176 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) { function
306 assert(!bitmap_full(bitmap, binfo));
  /external/jemalloc_new/src/
arena.c 230 assert(!bitmap_full(slab_data->bitmap, &bin_info->bitmap_info));
    [all...]
  /external/jemalloc/src/
arena.c 288 assert(!bitmap_full(run->bitmap, &bin_info->bitmap_info));
    [all...]

Completed in 6520 milliseconds