Represents a map of the allocated memory regions and useful memory handlers for a task or the kernel.
More...
#include <memory.h>
|
| 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.
|
| |
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.
◆ baseMem
| void* AllocationMap::baseMem |
Base address of the memory region.
Definition at line 29 of file memory.h.
◆ 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: