#include <MemoryHandler.hpp>
Definition at line 61 of file MemoryHandler.hpp.
◆ BlockMemoryHandler()
BlockMemoryHandler::BlockMemoryHandler |
( |
size_t |
size = 32 | ) |
|
|
inline |
◆ ~BlockMemoryHandler()
virtual BlockMemoryHandler::~BlockMemoryHandler |
( |
| ) |
|
|
inlinevirtual |
◆ alloc()
template<typename T >
void* BlockMemoryHandler::alloc |
( |
size_t |
required, |
|
|
long & |
offset |
|
) |
| |
|
inline |
◆ shrinkToFit()
void BlockMemoryHandler::shrinkToFit |
( |
| ) |
|
|
inline |
◆ m_address
unsigned char* BlockMemoryHandler::m_address |
◆ m_capacity
size_t BlockMemoryHandler::m_capacity |
◆ m_memory
unsigned char* BlockMemoryHandler::m_memory |
◆ m_size
size_t BlockMemoryHandler::m_size |
◆ m_used
size_t BlockMemoryHandler::m_used |
The documentation for this class was generated from the following file: