#include <Basic.hpp>
Definition at line 11 of file Basic.hpp.
◆ Basic() [1/3]
lug::System::Memory::Allocator::Basic::Basic |
( |
| ) |
|
|
default |
◆ Basic() [2/3]
lug::System::Memory::Allocator::Basic::Basic |
( |
const Basic & |
| ) |
|
|
delete |
◆ Basic() [3/3]
lug::System::Memory::Allocator::Basic::Basic |
( |
Basic && |
| ) |
|
|
default |
◆ ~Basic()
lug::System::Memory::Allocator::Basic::~Basic |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
Basic& lug::System::Memory::Allocator::Basic::operator= |
( |
const Basic & |
| ) |
|
|
delete |
◆ operator=() [2/2]
Basic& lug::System::Memory::Allocator::Basic::operator= |
( |
Basic && |
| ) |
|
|
default |
◆ allocate()
void * lug::System::Memory::Allocator::Basic::allocate |
( |
size_t |
size, |
|
|
size_t |
alignment, |
|
|
size_t |
offset |
|
) |
| const |
◆ free()
void lug::System::Memory::Allocator::Basic::free |
( |
void * |
ptr | ) |
const |
◆ reset()
void lug::System::Memory::Allocator::Basic::reset |
( |
| ) |
const |
◆ getSize()
size_t lug::System::Memory::Allocator::Basic::getSize |
( |
void * |
ptr | ) |
const |
The documentation for this class was generated from the following files: