Table of Contents
The
function causes the space pointed to by to be deallocated, that is, made
available for further allocation. If is a null pointer, no action occurs.
Otherwise, if the argument does not match a pointer earlier returned by
the or function, or if the space has been deallocated by a call to
or general havoc may occur.
The function returns no value.
The function conforms to
Table of Contents