Programming Guide



sm_ffree

Free memory allocated by sm_fmalloc

sm_ffree(VOIDPTR ptr);

ptr
Pointer to memory allocated by sm_fmalloc or functions like sm_strdup that call sm_fmalloc.

Description

.Unless ptr is the null pointer, the allocated memory that ptr points to is freed.

See Also

sm_fmalloc, sm_strdup