malloc.h

The header file contains prototypes for functions that allocate and free memory space from the "heap". Some of the functions are:

    calloc()    free()   malloc()   realoc()    sbrk()

These functions are adequate in most cases to manage the free memory available (on the heap).


© 1991-2008 Prem Sobel. All Rights Reserved.