#include <custmem.hpp>
Definition at line 52 of file custmem.hpp.
Public Member Functions | |
CustomMemoryManager () | |
Constructor. | |
~CustomMemoryManager () | |
Destructor. | |
void * | GetUnit (size_t s) |
Memory allocation. | |
void | ReleaseUnit (void *unit, size_t s) |
Memory disposal. | |
Classes | |
struct | blockhandler |
union | memoryunit |
|
Constructor.
Definition at line 72 of file custmem.hpp. |
|
Destructor.
Definition at line 77 of file custmem.hpp. |
|
Memory allocation.
Definition at line 85 of file custmem.hpp. |
|
Memory disposal.
Definition at line 102 of file custmem.hpp. |