.\"sets the mask controlling what malloc debug information the driver displays

Name
.SI 5
set_malloc_mask() - sets the mask controlling display of malloc debug info

.EI
Synopsis
.SI 5
void set_malloc_mask(int mask);

.EI
Description
.SP 5 5
This 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.

.EP
See also
.SI 5
debugmalloc(3)
.EI
