![]() |
Max OS 0.3
|
A region of virtual memory containing multiple chunks (should fit in one page). More...
#include <virtual.h>
Public Attributes | |
| virtual_memory_chunk_t | chunks [CHUNKS_PER_PAGE] |
| The metadata for the chunks in this region. | |
| struct VirtualMemoryRegion * | next |
| Pointer to the next region in the list. | |
A region of virtual memory containing multiple chunks (should fit in one page).
| virtual_memory_chunk_t MaxOS::memory::VirtualMemoryRegion::chunks[CHUNKS_PER_PAGE] |
| struct VirtualMemoryRegion* MaxOS::memory::VirtualMemoryRegion::next |