Table of Contents

NAME

SYNOPSIS

DESCRIPTION

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.

RETURN VALUES

The function returns no value.

SEE ALSO

STANDARDS

The function conforms to


Table of Contents