Lazuli
Loading...
Searching...
No Matches
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.

Field Documentation

◆ baseMem

void* AllocationMap::baseMem

Base address of the memory region.

Definition at line 29 of file memory.h.

◆ brk

void* AllocationMap::brk

Break position, points to the first location beyond the current end of the heap.

Definition at line 35 of file memory.h.

◆ endMem

void* AllocationMap::endMem

End address of the memory region.

Definition at line 40 of file memory.h.


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