#include <bitmap.h>
Data Fields | |
| bitmap_block_t * | blocks |
| Bitmap data. | |
| unsigned int | length |
| Length of the bitmap, in bits. | |
| unsigned int | first_gap |
| Index of first gap in the bitmap. | |
Definition at line 39 of file bitmap.h.
Bitmap data.
Definition at line 41 of file bitmap.h.
Referenced by bitmap_free(), bitmap_resize(), bitmap_set(), and bitmap_test().
| unsigned int bitmap::length |
Length of the bitmap, in bits.
Definition at line 43 of file bitmap.h.
Referenced by bitmap_full(), bitmap_resize(), and bitmap_test().
| unsigned int bitmap::first_gap |
Index of first gap in the bitmap.
Definition at line 45 of file bitmap.h.
Referenced by bitmap_first_gap(), bitmap_full(), and bitmap_set().
1.5.7.1