搜索资源列表
VC使用CRT调试功能来检测内存泄漏
- VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
动态内存扫描
- 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
explicit_freelist_malloc
- 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
rtems5
- Linux下动态内存分配安全性分析
cuncuqi
- 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
debugging_malloc
- SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
linux
- 1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存-1. (If so, its process, then HASH table can quickly find the process) 2 scheduling procedures to .3. (User space and kernel space dynamic memory
DllPatch
- DLL内存补丁,由于DLL加载需要重定位,基地址变化,该工具可动态查找指定进程和DLL,并对DLL的相对地址进行修改,遍历进程和DLL,获取DLL基地址,写入数据长度,数据内容-DLL memory patch, because of relocation required DLL is loaded, change the base address, the tool can search the specified dynamic process and DLL, the relative
memorycheck
- 内存泄漏检测,只有简单的几行代码,但非常好用,只要包含头文件并把代码复制到可能有泄漏的代码后面,编译时就会提示是否泄漏内存和泄漏内存的大小。给出了一个动态分配数组但没有delete的适用例子。-Memory leak detection, only a simple few lines of code, but very easy to use, if contains the header files and copy the code may have leaked the code beh
Memorysubarea
- 操作系统学习资料,有助于理解和掌握动态内存分区。-Memory subarea
dllload
- 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are plac
neicunfenpei
- 动态内存分配算法,用c++实现。模拟内存分配回收,可随时查看内存分配情况-Dynamic memory allocation algorithm, using c++ implementation. Analog memory allocation recovery, they can always see the memory allocation
creat
- 动态内存申请程序的封装,可申请任意类型数据空间-Application process dynamic memory package, may apply for any type of data space
dynamicPar
- 操作系统使用 动态内存分配 可以运行 vs2010-Operating system uses dynamic memory allocation
dict
- C语言电子词典查询,主要练习标准C k库函数的使用,和动态内存的使用-C-language electronic dictionary query, the main practice standard library functions use C k, and the use of dynamic memory
qmPlugin
- 按键精灵的一个插件 注入汇编,实时获取动态内存地址,原理是:将一行指令改成 jump addr, 然后再新的addr处理,最后跳回。 具体代码在JYplugIn里,外围代码是编译插件所必须的,编译结果为dll。 原创,转载注明出处...上传几个我自己的源码都被人上传过了,-Wizard button, a plug-in into the compilation of real-time access to dynamic memory address, the principle
VBwaiguamokuai
- 修改单机游戏静态内存的模块。。。挺好用的..动态内存请不要修改-Modify the stand-alone game static memory module
p6
- 首先,您将实现一个模板双端,双链表或DLIST。然后,您 建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。 该项目将让您在申请动态内存管理的经验,实施 模板容器类(双端双向链表,或Dlist中),使用at- 最多一次不变的存在,所有权和保护规则来实现两个简单的 采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, im
Linux-operator-new-delete
- 在 windows 下使用 VC 编程时,我们通常需要 DEBUG 模式下运行程序,而后调试器将在退出程序时,打印出程序运行过程中在堆上分配而没有释放的内存信息,其中包括代码文件名、行号以及内存大小。该功能是 MFC Framework 提供的内置机制,封装在其类结构体系内部。 在 linux 或者 unix 下,我们的 C++ 程序缺乏相应的手段来检测内存信息,而只能使用 top 指令观察进程的动态内存总额。而且程序退出时,我们无法获知任何内存泄漏信息。为了更好的辅助在 linux 下程序
NianHuaDaoYing-wifiZuBoPeiWang-master
- 一个C语言的轻量级动态内存管理,包括动态内存分配,回收,内存访问越界(写)检测。解决某些平台缺少动态内存管理的问题(A C language lightweight dynamic memory management, including dynamic memory allocation, recovery, memory access transboundary (write) detection.Some platforms lack dynamic memory management)
