#include <cstdlib> void free( void *p);
The function free() releases a previously allocated block from a call to calloc, malloc, or realloc.