Inheritance diagram for CDefaultMemoryManager:


Public Member Functions | |
| virtual void * | Request (unsigned long length) |
| The request function returns a pointer to new dynamically allocated memory. | |
| virtual void | Free (void *ptr) |
| The free function releases a dynamically allocated block of memory. | |
At the moment this class is not used anywhere in the code.
|
|
The free function releases a dynamically allocated block of memory. Using memory after a free operation is an error.
Implements IMemory. |
|
|
The request function returns a pointer to new dynamically allocated memory.
Implements IMemory. |
1.4.2