getMemory

This method provides the memory requested. This method is optional, and is available if you compiled the framework with the OM_ENABLE_MEMORY_MANAGER_SWITCH compiler switch.

This method is called from the framework object's new operator.

Visibility
Public
Signature
virtual void * getMemory (size_t size);
Parameter
size

Specifies the size of the memory to be allocated by the default manager


Feedback