Node:Memory Allocation, Next:Locking Pages, Previous:Memory Concepts, Up:Memory
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.
malloc
facility allows fully general
dynamic allocation.