#include <Linear.hpp>
Definition at line 12 of file Linear.hpp.
◆ Linear() [1/3]
◆ Linear() [2/3]
lug::System::Memory::Allocator::Linear::Linear |
( |
const Linear & |
| ) |
|
|
delete |
◆ Linear() [3/3]
lug::System::Memory::Allocator::Linear::Linear |
( |
Linear && |
| ) |
|
|
default |
◆ ~Linear()
lug::System::Memory::Allocator::Linear::~Linear |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
Linear& lug::System::Memory::Allocator::Linear::operator= |
( |
const Linear & |
| ) |
|
|
delete |
◆ operator=() [2/2]
Linear& lug::System::Memory::Allocator::Linear::operator= |
( |
Linear && |
| ) |
|
|
default |
◆ allocate()
void * lug::System::Memory::Allocator::Linear::allocate |
( |
size_t |
size, |
|
|
size_t |
alignment, |
|
|
size_t |
offset |
|
) |
| |
◆ free()
void lug::System::Memory::Allocator::Linear::free |
( |
void * |
ptr | ) |
const |
◆ reset()
void lug::System::Memory::Allocator::Linear::reset |
( |
| ) |
|
◆ getMark()
Linear::Mark lug::System::Memory::Allocator::Linear::getMark |
( |
| ) |
const |
◆ rewind()
void lug::System::Memory::Allocator::Linear::rewind |
( |
const Mark & |
mark | ) |
|
◆ getSize()
size_t lug::System::Memory::Allocator::Linear::getSize |
( |
void * |
ptr | ) |
const |
◆ _area
◆ _current
void* lug::System::Memory::Allocator::Linear::_current {nullptr} |
|
private |
◆ _currentPage
◆ _firstPage
The documentation for this class was generated from the following files: