Go to the first, previous, next, last section, table of contents.


Allocating Storage For Program Data

This section covers how ordinary programs manage storage for their data, including the famous malloc function and some fancier facilities special the GNU C library and GNU Compiler.


Go to the first, previous, next, last section, table of contents.