set_malloc_mask

来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 24 行

TXT
24
字号
     sssseeeetttt____mmmmaaaalllllllloooocccc____mmmmaaaasssskkkk((((3333))))     MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))      sssseeeetttt____mmmmaaaalllllllloooocccc____mmmmaaaasssskkkk((((3333))))     NNNNAAAAMMMMEEEE          set_malloc_mask() - sets the mask controlling display of          malloc debug info     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          void set_malloc_mask( int mask );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          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.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          debugmalloc(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?