10.3. Memory Management Functions

Table of Contents
The calloc function -- 
The free function -- 
The malloc function -- 
The realloc function -- 

The order and contiguity of storage allocated by calloc, malloc, and realloc functions is not specified.