void free(void* ptr);
Frees the buffer pointed to by ptr. The provided buffer must have been allocated with malloc.
malloc