This method records a single memory allocation.
It is called by the default memory manager when the framework is compiled
using the OM_ENABLE_MEMORY_MANAGER_SWITCH compiler
switch.
Signaturebool recordMemoryAllocation (const void* memory);
Parametersmemory
Specifies the memory allocation to record
ReturnsThe
method returns true if successful; false otherwise.