Standard C Memory
calloc
allocates and clears a two-dimensional chunk of memory
free
returns previously allocated memory to the operating system
malloc
allocates memory
realloc
changes the size of previously allocated memory