#include <allocator.h>
Definition at line 18 of file allocator.h.
◆ SetCompare
◆ MemoryRegion() [1/3]
| broom::MemoryRegion::MemoryRegion |
( |
const void * |
start, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ MemoryRegion() [2/3]
◆ MemoryRegion() [3/3]
◆ ~MemoryRegion()
| broom::MemoryRegion::~MemoryRegion |
( |
| ) |
|
|
default |
◆ AttemptGrow()
| bool broom::MemoryRegion::AttemptGrow |
( |
size_t |
howmuch | ) |
|
|
inline |
◆ End()
| UintPtr broom::MemoryRegion::End |
( |
| ) |
const |
|
inline |
◆ EndPtr()
| void * broom::MemoryRegion::EndPtr |
( |
| ) |
const |
|
inline |
◆ IncrementStart()
| void broom::MemoryRegion::IncrementStart |
( |
size_t |
how_much | ) |
|
|
inline |
◆ operator!=()
◆ operator==()
◆ Size()
| size_t broom::MemoryRegion::Size |
( |
| ) |
const |
|
inline |
◆ Start()
| UintPtr broom::MemoryRegion::Start |
( |
| ) |
const |
|
inline |
◆ StartPtr()
| void * broom::MemoryRegion::StartPtr |
( |
| ) |
const |
|
inline |
◆ size_
| size_t broom::MemoryRegion::size_ |
|
protected |
◆ start_
| UintPtr broom::MemoryRegion::start_ |
|
protected |
The documentation for this class was generated from the following file: