memory_info

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

TXT
24
字号
     mmmmeeeemmmmoooorrrryyyy____iiiinnnnffffoooo((((3333))))         MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))          mmmmeeeemmmmoooorrrryyyy____iiiinnnnffffoooo((((3333))))     NNNNAAAAMMMMEEEE          memory_info - obtain info on object/overall memory usage     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          varargs int memory_info( object ob );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          If optional argument `ob' is given, memory_info() returns          the approximate amount of memory that `ob' is using.  If no          argument is given, memory_info() returns the approximate          amount of memory that the entire mud is using.  Note that          the amount of memory the mud is using does not necessarily          correspond to the amount of memory actually allocated by the          mud from the system.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          debug_info(3), malloc_status(3), mud_status(3)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

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