Initial Release 5.0

Function : OS Memory
OSMemoryFree - Deallocate memory
----------------------------------------------------------------------------------------------------------

#include <osmem.h>

void LNPUBLIC OSMemoryFree(
MEMHANDLE handle);

Description :

OSMemoryFree is used to deallocate a block or memory using the handle MEMHANDLE returned from OSMemoryAllocate.

Parameters :

See Also :

MEMHANDLE
----------------------------------------------------------------------------------------------------------