明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2863|回复: 1

有谁知道在objectARX中检测内存是否泄漏么?

[复制链接]
发表于 2011-10-22 15:49:58 | 显示全部楼层 |阅读模式
我现在用的是.net以及c++同时进行开发的,自定义实体那块用的是objectARX,现在老感觉会出现内存泄漏,但不知道怎么检测,用了下CTR中的
_CrtMemState oldMemState,newMemState,diffMemState;
_CrtMemCheckpoint(&oldMemState);
_CrtMemDumpStatistics(&oldMemState);
int* leak=new int;
_CrtDumpMemoryLeaks();
_CrtMemCheckpoint(&newMemState);
_CrtMemDumpStatistics(&newMemState);
if (_CrtMemDifference(&diffMemState,&oldMemState,&newMemState))
{
  TRACE("Memory leaked");
}
这些函数居然都不会调用,调试的过程中直接跳过,不知道为什么?  有哪位大牛清楚么,给个解释啊!!!
发表于 2011-10-30 21:00:27 | 显示全部楼层
本帖最后由 chenknight 于 2011-10-30 21:01 编辑

使用STD,BOOST, AcDbObjectPointer等智能指针,杜绝使用裸指针,不可能有内存泄露的
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 11:02 , Processed in 0.149183 second(s), 28 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表