returnMemory

This method returns the memory from the specified instance.

Visibility
Public
Signature
void returnMemory(void *deadObject, size_t size)
Parameters
deadObject

A pointer to the memory

size

The size of the allocated memory

Returns

The memory from the specified instance


Feedback