
debugmalloc(3)        LPC Library Functions        debugmalloc(3)

NNAAMMEE
       debugmalloc()  - dumps information on malloc'd memory to a
       file.

SSYYNNOOPPSSIISS
       void debugmalloc( string filename, int mask );

DDEESSCCRRIIPPTTIIOONN
       This efun is only available when DEBUGMALLOC and DEBUGMAL       LOC_EXTENSIONS  are  both  defined  in options.h at driver
       build time.  The debugmalloc() efun will dump  information
       on  those  chunks  of  memory  allocated  by DMALLOC() and
       related macros if the mask bitwise and'd (&) with the  tag
       supplied  by  the  macro  (i.e. (mask & tag)) is non-zero.
       Read md.c and config.h  in  the  driver  source  for  more
       information.

SSEEEE AALLSSOO
       set_malloc_mask(3)

Majik                      26 Jul 1997                          1

