PatchworkOS
Loading...
Searching...
No Matches
bitmap_t Struct Reference

Bitmap structure. More...

#include <bitmap.h>

Data Fields

uint64_t firstZeroIdx
 
uint64_t length
 
uint64_tbuffer
 

Detailed Description

Bitmap structure.

Definition at line 21 of file bitmap.h.

Field Documentation

◆ buffer

uint64_t* bitmap_t::buffer

Definition at line 25 of file bitmap.h.

◆ 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.

Referenced by _heap_alloc(), and pmm_bitmap_alloc().


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