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

A container for a region of virtual memory that has been allocated by the Virtual Memory Manager. More...

#include <virtual.h>

Public Attributes

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)
 

Detailed Description

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.

Member Data Documentation

◆ 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: