搜索资源列表
战斗机
- 涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台;旨在讨论编写同时适应2种平台的通用代码,采用的是最原始的BitBlt贴图和离屏方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。 重要说明: 1、没有用内存泄漏工具检测过,不知道有没有内存泄漏,哪位可以帮忙检测一下 2、未完成部分: 游戏的BOSS部分(BOSS贴图、BOSS子弹、BOSS爆炸效果) 游戏难度控制,目前比较幼稚 3、未解决的BU
ce_crtdbg
- 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
CE_leakdemo
- 用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口-under EVC for the memory leak detection tool, if leaked, the procedures were revealed in the debug window
crtdbg
- Memory leak detection for WinCE 内存泄露CE检测
Memory leak detection for WinCE - Source
- Memory leak detection
MemoryLeakVerify
- WinCE5.0下用于测试软件是否存在内存泄漏的源码-WinCE5.0 for testing software under the existence of the source memory leak
6059listings
- linux下内存使用检查、泄漏检测工具等,可交叉编译,在arm平台中运行。-This is the set of files and directories for running the example code theat is part of the memory leak detection software. It consists of four directories. They are: dmalloc- files for building and
CheckMemory
- 查看是否有内存泄漏以及具体的泄漏值, 可以在程序中任何一个地方随意使用, 每次使用是请先初始化。-See if there is any memory leak as well as specific leakage value
ARM.com
- 题目:扩展的动态内存管理机制 目的:在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。 环境:VxWorks的VxSim仿真环境或2410BP(ARM920T) -Title: Extended dynamic memory management mechanism Objective: To know at real-time embedded operating syst
LeakTracer-mg.tar
- C代码中内存泄露检测工具,希望对你有所帮助-memory leak tools
MemoryMonitor
- wince下的内存监控程序,可实时监控内存的使用情况,对检查程序是否存在内存泄露隐患非常有帮助。-wince under the memory control procedures, the use of real-time monitoring of memory on a memory leak checking procedures hidden very helpful.
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
Memory-Leak-Detect
- 详细介绍了wince编程环境下,内存泄露检测的方式。对于wince环境下的内存泄露检测有着很强的指导意义。-Wince programming environment described in detail, the memory leak detection methods. Wince environment for memory leak detection has a strong significance.
1
- 一种解决内存泄漏问题的自愈机制.A solution to the problem of self-healing mechanism of the memory leak.-A solution to the problem of self-healing mechanism of the memory leak.
memleak
- 内存泄露检测程序,用于程序化检测内存泄露问题。-memory leak detecting procedure.