FreeNOS
Data Fields
Allocator::Range Struct Reference

Describes a range of memory. More...

#include <Allocator.h>

Data Fields

Address address
 Starting address of the memory range.
 
Size size
 Amount of memory in bytes.
 
Size alignment
 Alignment in bytes or ZERO for default alignment.
 

Detailed Description

Describes a range of memory.

Definition at line 65 of file Allocator.h.

Field Documentation

◆ address

Address Allocator::Range::address

◆ alignment

Size Allocator::Range::alignment

◆ size

Size Allocator::Range::size

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