#include <MemoryAllocator.h>
Inherited by MemoryAllocator< N >.
Customized memory allocators that allocates/deallocates memory in chunks
- Author
- Tao Ju Base class of memory allocators
Definition at line 23 of file MemoryAllocator.h.
◆ ~VirtualMemoryAllocator()
| virtual VirtualMemoryAllocator::~VirtualMemoryAllocator |
( |
| ) |
|
|
inlinevirtual |
◆ allocate()
| virtual void * VirtualMemoryAllocator::allocate |
( |
| ) |
|
|
pure virtual |
◆ deallocate()
| virtual void VirtualMemoryAllocator::deallocate |
( |
void * | obj | ) |
|
|
pure virtual |
◆ destroy()
| virtual void VirtualMemoryAllocator::destroy |
( |
| ) |
|
|
pure virtual |
◆ getAll()
| virtual int VirtualMemoryAllocator::getAll |
( |
| ) |
|
|
pure virtual |
◆ getAllocated()
| virtual int VirtualMemoryAllocator::getAllocated |
( |
| ) |
|
|
pure virtual |
◆ getBytes()
| virtual int VirtualMemoryAllocator::getBytes |
( |
| ) |
|
|
pure virtual |
◆ printInfo()
| virtual void VirtualMemoryAllocator::printInfo |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: