|
LPC Library Functions: set_malloc_mask |
|
NAMEset_malloc_mask() - sets the mask controlling display of malloc debug info
SYNOPSISvoid set_malloc_mask( int mask );
DESCRIPTIONThis efun is only available when DEBUGMALLOC and DEBUGMALLOC_EXTENSIONS are both defined in options.h at driver build time. The mask controls what memory-related debugging information is displayed as the driver allocates and deallocates memory. Read md.c in the driver source for more information.
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|