returnMemory

This method returns the allocated memory.

This method is called from framework object's delete operator.

Visibility
Public
Signature
virtual void returnMemory (void * object, size_t size);
Parameters
object

A pointer to the reclaimed memory

size

The size of the allocated memory


Feedback