HM_free()
Frees a block of memory.
Syntax
void HM_free(void * ptr);
Type
HyperMesh hmlib Function
Description
Inputs
- ptr
- A pointer to a block of memory.
Example
If *ptr is NULL, HM_free()does not perform any operation.
Errors
None.
Frees a block of memory.
void HM_free(void * ptr);
HyperMesh hmlib Function
If *ptr is NULL, HM_free()does not perform any operation.
None.