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. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.
标签: the embedded detects almost
上传时间: 2015-05-07
上传用户:comua
current version V0.2 功能:在LCD液晶屏上显示相关信息,可以从16个按键上接受信息。 代码改为在Bank0-RAM执行,免去做实验时的来回修改Boot1与Boot0的跳线, 修改之处:修改mem_b.scf(原为mem_bb.scf)中的81xx xxxx为 80xx xxxx, 修改连接ADS项目的连接选项中的Entry Point为 0x80000000 ZLGARM SmartARM2200 实验程序LCM_Disp修改版本 加入了4×4键盘驱动(ZLG7290)
上传时间: 2014-01-02
上传用户:cc1015285075
44个vhdl实例 注1: 含有不可综合语句,请自行修改 注2: 一些PLD只允许I/O口对外三态,不支持内部三态,使用时要注意 注3: 设计RAM的最好方法是利用器件厂家提供的软件自动生成RAM元件,并在VHDL程序中例化
标签: vhdl
上传时间: 2013-11-29
上传用户:liansi
心愿音乐系统1.1 测试结果 采用风声无组件上传,可以上传 2m以下的文件 这个可能跟网速有关系,我测试上传4k/秒 有其他根好上传组件和好的建议方法请跟我联系 http://bbs.lt52.com/ qq:112934475 1内核采用风声无组件上传类 v2.0 2代码容易维护采用Macromedia Dreamweaver MX软件编写 一 文件说明 conn.asp 连接数据库,第一次使用修改数据库名称 index.asp 音乐系统首页 player.asp 播放器支持 mp3/wma/asf/rm/ram的格式的播放 error.asp 错误提示页 息 pic文件夹 放网页图片资料 风声无组件上传类 v2.0几个重要文件 upload1.asp UpLoadClass.asp function.js UpLoadFile文件夹 上传专用文件夹 数据库 UpLoadClass.mdb 版本升级说明 2004-7.29(心愿音乐系统1.1) 添加 推荐歌曲 top歌曲 上传歌曲 作者菜单导航! 2004-7-27 心愿音乐系统 欢迎大家来测试!1.0 http://bbs.lt52.com/ qq:112934475
上传时间: 2013-12-17
上传用户:ynwbosss
高精度实时时钟-SD2001驱动程序,对sd2001时钟进行时实读写,并对其内部的ram进行操作
上传时间: 2014-12-06
上传用户:sxdtlqqjl
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen
graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
标签: graspForth Forth-in-C following attempt
上传时间: 2015-05-23
上传用户:tfyt
一个keilc51的例子--飞机小游戏,游戏运行在单片机里,一块51即可,无需任何外扩的 RAM,只要51的串口和计算机连起来就可以玩了。计算机上运行的程序是终端仿真程序,用来接收单片机发出的字符串并显示出由字符组成的画面和发出控制字符。
上传时间: 2013-12-24
上传用户:haoxiyizhong
单片机为AT89S52,功能为控制语音的录放,存储器用的是RAM,最大可录3分钟
上传时间: 2014-01-21
上传用户:csgcd001
串口调试程序,本人第一次发,呵呵,肯能给大家带来帮助,这个程序是我借助串口来调试外部RAM用的,希望能给大家带来帮助
上传时间: 2015-05-26
上传用户:sammi