Motr  M0
m0_bitmap Struct Reference

#include <bitmap.h>

Collaboration diagram for m0_bitmap:
Collaboration graph

Data Fields

size_t b_nr
 
uint64_t * b_words
 

Detailed Description

An array of bits (Booleans).

The bitmap is stored as an array of 64-bit "words"

Definition at line 42 of file bitmap.h.

Field Documentation

◆ b_nr

size_t b_nr

Number of bits in this map.

Definition at line 44 of file bitmap.h.

◆ b_words

uint64_t* b_words

Words with bits.

Definition at line 46 of file bitmap.h.


The documentation for this struct was generated from the following file: