Returns the memory address back to the heap, ready for re-use by the system. The memory address passed in must be a value previously returned from one of the allocation commands within this plug-in.
This command should only be used on memory addresses returned by the allocation commands in this plug-in. Freeing memory allocated in other ways, or using addresses that are not proper addresses can cause your application to crash.
Once memory has been freed with this command, that memory should not be accessed in any way from that point. |