#include <ExpHeap.hh>
Represents a region of memory.
Definition at line 10 of file ExpHeap.hh.
Public Member Functions | |
Region (void *start, void *end) | |
uintptr_t | getRange () const |
Public Attributes | |
void * | start |
void * | end |
Abstract::Memory::Region::Region | ( | void * | start, |
void * | end ) |
Definition at line 8 of file ExpHeap.cc.
|
nodiscard |
Definition at line 10 of file ExpHeap.cc.
void* Abstract::Memory::Region::end |
Definition at line 15 of file ExpHeap.hh.
void* Abstract::Memory::Region::start |
Definition at line 14 of file ExpHeap.hh.