A container for a region of virtual memory that has been allocated by the Virtual Memory Manager.
More...
#include <virtual.h>
|
| uintptr_t | start_address |
| | The first virtual address that this chunk covers.
|
| |
| size_t | size |
| | The size of the chunk's memory region in bytes.
|
| |
| size_t | flags |
| | The flags for the memory (see VirtualFlags)
|
| |
A container for a region of virtual memory that has been allocated by the Virtual Memory Manager.
Definition at line 47 of file virtual.h.
◆ flags
| size_t MaxOS::memory::VirtualMemoryChunk::flags |
The flags for the memory (see VirtualFlags)
Definition at line 51 of file virtual.h.
◆ size
| size_t MaxOS::memory::VirtualMemoryChunk::size |
The size of the chunk's memory region in bytes.
Definition at line 50 of file virtual.h.
◆ start_address
| uintptr_t MaxOS::memory::VirtualMemoryChunk::start_address |
The first virtual address that this chunk covers.
Definition at line 49 of file virtual.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/memory/virtual.h