Home
last modified time | relevance | path

Searched refs:bitmap_unset (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/test/unit/
Dbitmap.c249 bitmap_unset(bitmap, binfo, i); in test_bitmap_unset_body()
303 bitmap_unset(bitmap, binfo, i); in test_bitmap_xfu_body()
312 bitmap_unset(bitmap, binfo, i); in test_bitmap_xfu_body()
334 bitmap_unset(bitmap, binfo, i); in test_bitmap_xfu_body()
352 bitmap_unset(bitmap, binfo, i); in test_bitmap_xfu_body()
353 bitmap_unset(bitmap, binfo, i+2); in test_bitmap_xfu_body()
381 bitmap_unset(bitmap, binfo, nbits-1); in test_bitmap_xfu_body()
383 bitmap_unset(bitmap, binfo, i); in test_bitmap_xfu_body()
/external/jemalloc/test/unit/
Dbitmap.c85 bitmap_unset(bitmap, &binfo, j); in TEST_BEGIN()
123 bitmap_unset(bitmap, &binfo, j); in TEST_BEGIN()
127 bitmap_unset(bitmap, &binfo, j); in TEST_BEGIN()
141 bitmap_unset(bitmap, &binfo, j); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dbitmap.h130 void bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
233 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_unset() function
Dprivate_symbols.txt155 bitmap_unset
Dprivate_namespace.h155 #define bitmap_unset JEMALLOC_N(bitmap_unset) macro
Dprivate_unnamespace.h155 #undef bitmap_unset
/external/jemalloc_new/include/jemalloc/internal/
Dbitmap.h331 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_unset() function
/external/jemalloc_new/src/
Darena.c273 bitmap_unset(slab_data->bitmap, &bin_info->bitmap_info, regind); in arena_slab_reg_dalloc()
Dextent.c317 bitmap_unset(extents->bitmap, &extents_bitmap_info, in extents_insert_locked()
/external/jemalloc/src/
Darena.c321 bitmap_unset(run->bitmap, &bin_info->bitmap_info, regind); in arena_run_reg_dalloc()