#include <Memory.h>
Definition at line 65 of file Memory.h.
◆ AllocatedMemory()
AllocatedMemory::AllocatedMemory |
( |
| ) |
|
|
default |
◆ ~AllocatedMemory()
virtual AllocatedMemory::~AllocatedMemory |
( |
| ) |
|
|
virtualdefault |
◆ create()
virtual int AllocatedMemory::create |
( |
uint32_t |
size | ) |
|
|
pure virtual |
◆ getPointer()
virtual int AllocatedMemory::getPointer |
( |
uint8_t ** |
buffer | ) |
const |
|
pure virtual |
◆ validateSize()
virtual bool AllocatedMemory::validateSize |
( |
uint32_t |
offset, |
|
|
uint32_t |
length |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: