Lazuli
Data Fields
AllocationMap Struct Reference

Represents a map of the allocated memory regions and useful memory handlers for a task or the kernel. More...

#include <memory.h>

Data Fields

void * baseMem
 Base address of the memory region.
 
void * brk
 Break position, points to the first location beyond the current end of the heap.
 
void * endMem
 End address of the memory region.
 

Detailed Description

Represents a map of the allocated memory regions and useful memory handlers for a task or the kernel.

Definition at line 25 of file memory.h.


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