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.