
set_malloc_mask(3)    LPC 系统函数    set_malloc_mask(3)

名称
     set_malloc_mask() - sets the  mask  controlling  display  of
     malloc debug info

语法
     void set_malloc_mask( int mask );

描述
     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.

请参考
     debugmalloc(3)

MudOS                Last change: 5 Sep 1994                    1

