UTfree


Routine

void UTfree (void *ptr)

Purpose

Deallocate a block of memory

Description

This routine deallocates a block of memory allocated by UTmalloc (or malloc).

Parameters

-> void *ptr
Pointer to the memory to be deallocated. If ptr is NULL, no action is taken.

Author / revision

P. Kabal Copyright (C) 1999 / Revision 1.14 1999/06/12

See Also

UTmalloc, UTrealloc


Main Index libtsp