PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
mdl_t Struct Reference

Memory Descriptor List structure. More...

#include <mdl.h>

Collaboration diagram for mdl_t:

Data Fields

struct mdl * next
 Pointer to the next MDL.
 
mdl_seg_t small [MDL_SEGS_SMALL_MAX]
 Statically allocated segments for small regions.
 
mdl_seg_tsegments
 Pointer to segments array.
 
uint32_t amount
 Number of memory segments.
 
uint32_t capacity
 Capacity of the large array.
 

Detailed Description

Memory Descriptor List structure.

Definition at line 54 of file mdl.h.

Field Documentation

◆ next

struct mdl* mdl_t::next

Pointer to the next MDL.

Definition at line 56 of file mdl.h.

◆ small

Statically allocated segments for small regions.

Definition at line 57 of file mdl.h.

◆ segments

mdl_seg_t* mdl_t::segments

Pointer to segments array.

Definition at line 58 of file mdl.h.

◆ amount

uint32_t mdl_t::amount

Number of memory segments.

Definition at line 59 of file mdl.h.

◆ capacity

uint32_t mdl_t::capacity

Capacity of the large array.

Definition at line 60 of file mdl.h.


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