联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 Memory leak detection for WinCE - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为18996
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • Air Traffic Controller
  • PoolMan
  • virtualdub-win
  • Apache-SSL-Jserv
  • CppUnit
  • GLgraph
  • FCK editor
  • Async Professional
  • -= 更多 =-

    项目描述:
    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. In addition it displays the ammount of free store memory that your program uses.

    这段代码用embedded VC++ 检查内存泄漏,非常像VC++中的方式。在程序结束后,它会在调试窗口中显示是否有内存泄漏以及内存情况,这样你可以确定你的内存泄漏发生在哪里。如果没有内存泄漏,它会在调试窗口中显示没有检测到内存泄漏。此外,它会显示你的应用程序使用的自由存储的内存的数量。
    来源: http://www.codeguru.com/ce/CE_leak.html
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    CE_leakdemo  1.0  2004-03-22 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/ce/CE_leakdemo.zip

      » 合 作 伙 伴