背景:
阅读文章

检测有多少物件objects()在内存的代码

[日期:2021-04-07] 来源:  作者: [字体: ]
 int main(object me)
{
    object *all_objs;
    int size;

    all_objs = objects();
    size = sizeof(all_objs);

    tell_object(me,sprintf("内存中一共有:%d 个物件。\n",size));
    return 1;
}
收藏 推荐 打印 | 录入:sbso | 阅读:
相关内容      
本文评论   [发表评论]   全部评论 (0)
内容推送
52mud提供
一起回忆泥巴游戏QQ群68186072
52mud官方微信公众平台
热门评论