free in c

C
the C library function void free(void *ptr) 
  deallocates the memory previously allocated by a call to calloc, malloc, or realloc.
Source

Also in C: