#include <page-memory.h>
Definition at line 22 of file page-memory.h.
◆ MemoryRegion() [1/2]
cppgc::internal::MemoryRegion::MemoryRegion |
( |
| ) |
|
|
default |
◆ MemoryRegion() [2/2]
cppgc::internal::MemoryRegion::MemoryRegion |
( |
Address | base, |
|
|
size_t | size ) |
|
inline |
◆ base()
Address cppgc::internal::MemoryRegion::base |
( |
| ) |
const |
|
inline |
◆ Contains() [1/2]
bool cppgc::internal::MemoryRegion::Contains |
( |
const MemoryRegion & | other | ) |
const |
|
inline |
◆ Contains() [2/2]
bool cppgc::internal::MemoryRegion::Contains |
( |
ConstAddress | addr | ) |
const |
|
inline |
◆ end()
Address cppgc::internal::MemoryRegion::end |
( |
| ) |
const |
|
inline |
◆ size()
size_t cppgc::internal::MemoryRegion::size |
( |
| ) |
const |
|
inline |
◆ base_
Address cppgc::internal::MemoryRegion::base_ = nullptr |
|
private |
◆ size_
size_t cppgc::internal::MemoryRegion::size_ = 0 |
|
private |
The documentation for this class was generated from the following file: