getMemory

This method gets the memory for an instance.

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

Specifies the size of the memory to be allocated

Returns

The memory for an instance


Feedback