Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::memory::VirtualMemoryRegion Struct Reference

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 VirtualMemoryRegionnext
 Pointer to the next region in the list.
 

Detailed Description

A region of virtual memory containing multiple chunks (should fit in one page).

Definition at line 83 of file virtual.h.

Member Data Documentation

◆ chunks

virtual_memory_chunk_t MaxOS::memory::VirtualMemoryRegion::chunks[CHUNKS_PER_PAGE]

The metadata for the chunks in this region.

Definition at line 85 of file virtual.h.

◆ next

struct VirtualMemoryRegion* MaxOS::memory::VirtualMemoryRegion::next

Pointer to the next region in the list.

Definition at line 86 of file virtual.h.


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