mfree
Memory deallocation. The function deallocates memory.
func uint mfree (
uint ptr
)
uint ptr
)
Parameters
ptr | The pointer to the memory space to be deallocated. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |