|
PatchworkOS
19e446b
A non-POSIX operating system.
|
Memory Descriptor List structure. More...
#include <mdl.h>
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_t * | segments |
| Pointer to segments array. | |
| uint32_t | amount |
| Number of memory segments. | |
| uint32_t | capacity |
Capacity of the large array. | |
| mdl_seg_t mdl_t::small[MDL_SEGS_SMALL_MAX] |