HomeSort by: relevance | last modified time | path
    Searched defs:bitmap_info_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bitmap.h 104 * unused trailing entries in bitmap_info_t structures; the bitmaps themselves
168 } bitmap_info_t; typedef in typeref:struct:bitmap_info_s
170 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
171 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill);
172 size_t bitmap_size(const bitmap_info_t *binfo);
175 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) {
194 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
205 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
241 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) {
300 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo)
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bitmap.h 104 * unused trailing entries in bitmap_info_t structures; the bitmaps themselves
168 } bitmap_info_t; typedef in typeref:struct:bitmap_info_s
170 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
171 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill);
172 size_t bitmap_size(const bitmap_info_t *binfo);
175 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) {
194 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
205 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
241 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) {
300 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo)
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bitmap.h 102 * unused trailing entries in bitmap_info_t structures; the bitmaps themselves
177 } bitmap_info_t; typedef in typeref:struct:bitmap_info_s
179 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
180 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill);
181 size_t bitmap_size(const bitmap_info_t *binfo);
184 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) {
203 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
214 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
250 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) {
313 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bitmap.h 102 * unused trailing entries in bitmap_info_t structures; the bitmaps themselves
177 } bitmap_info_t; typedef in typeref:struct:bitmap_info_s
179 void bitmap_info_init(bitmap_info_t *binfo, size_t nbits);
180 void bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill);
181 size_t bitmap_size(const bitmap_info_t *binfo);
184 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) {
203 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
214 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
250 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) {
313 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo)
    [all...]

Completed in 19 milliseconds