#include <allocator.h>
|
| unsigned char * | allocate (unsigned int size) |
| |
Definition at line 60 of file allocator.h.
◆ SequentialAllocator()
| SequentialAllocator::SequentialAllocator |
( |
unsigned char * |
base_ptr, |
|
|
unsigned int |
max_size |
|
) |
| |
Handle a preallocated memory up to max_size.
Definition at line 120 of file allocator.cc.
◆ ~SequentialAllocator()
| SequentialAllocator::~SequentialAllocator |
( |
| ) |
|
◆ allocate()
| unsigned char * SequentialAllocator::allocate |
( |
unsigned int |
size | ) |
|
|
protectedvirtual |
◆ printSize()
| void SequentialAllocator::printSize |
( |
| ) |
const |
|
virtual |
◆ m_base_ptr
| unsigned char* SequentialAllocator::m_base_ptr |
|
private |
◆ m_index
| unsigned int SequentialAllocator::m_index |
|
private |
◆ m_size
| unsigned int SequentialAllocator::m_size |
|
private |
The documentation for this class was generated from the following files: