malloc_status

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

TXT
23
字号
     mmmmaaaalllllllloooocccc____ssssttttaaaattttuuuussss((((3333))))       MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))        mmmmaaaalllllllloooocccc____ssssttttaaaattttuuuussss((((3333))))     NNNNAAAAMMMMEEEE          malloc_status() - report various statistics related to          memory usage.     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          void malloc_status( void );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          This function writes memory usage statistics to the caller's          screen.  This function replaces the hardcoded 'malloc'          command in vanilla 3.1.2.  Note that the output produced by          malloc_status() depends upon which memory management package          is chosen in options.h when building the driver.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          mud_status(3), dumpallobj(3), memory_info(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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