The Complete SPRLIB & ANNLIB

MONITOR-ALLOCATION-variables

- some variables used by the SPRANNLIB memory allocation routines (LOCAL)

SYNOPSIS

MALINFO *topmem A pointer to the first element of the linked list of MALINFO structures. Each structure contains information about one allocated block of memory.
MALINFO *endmem A pointer to the last element of the linked list of MALINFO structures.
void (*old_handler)() A function pointer, for storing the address of the original segmentation violation handler.

DESCRIPTION

The first two variables are used to build a linked list of structures containing information about allocated blocks of memory. This linked list is constructed and consulted by the routines below.

SEE ALSO

malloc_monitor, calloc_monitor, realloc_monitor, free_monitor , memory_monitor, status_monitor

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998