PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
bitmap_t Struct Reference

Bitmap structure. More...

#include <bitmap.h>

Collaboration diagram for bitmap_t:

Data Fields

uint64_t firstZeroIdx
 
uint64_t length
 
uint64_tbuffer
 

Detailed Description

Bitmap structure.

Definition at line 21 of file bitmap.h.

Field Documentation

◆ firstZeroIdx

uint64_t bitmap_t::firstZeroIdx

Definition at line 23 of file bitmap.h.

◆ length

uint64_t bitmap_t::length

Definition at line 24 of file bitmap.h.

◆ buffer

uint64_t* bitmap_t::buffer

Definition at line 25 of file bitmap.h.


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