recordMemoryDeallocation

This method records a single memory deallocation. It is called by the default memory manager when the framework is compiled using the OM_ENABLE_MEMORY_MANAGER_SWITCH compiler switch.

Visibility
Public
Signature
bool recordMemoryDeallocation (const void* memory);
Parameters
memory

Specifies the memory allocation to record

Returns

The method returns true if the memory record was found and removed successfully. Otherwise, it returns false.


Feedback