#include <OnixS/CME/MDH/MemoryPool.h>
Defines interface for memory block allocation and disposing.
Definition at line 35 of file MemoryPool.h.
Default initialization.
Instance construction is assumed through descendants.
Definition at line 56 of file MemoryPool.h.
Destruction is through descendants.
Definition at line 59 of file MemoryPool.h.
virtual void* allocate |
( |
size_t |
| ) |
|
|
pure virtual |
Allocates memory block of given size.
virtual void deallocate |
( |
void * |
| ) |
|
|
pure virtual |
Releases previously allocated memory block.
The documentation for this class was generated from the following file: