leaks
共 7 篇文章
leaks 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 7 篇文章,持续更新中。
The Universal Radio Hacker (URH)
The Universal Radio Hacker (URH) is a software for investigating unknown wireless protocols. Features include<br />
<br />
* __hardware interfaces__ for common Software Defined Radios<br />
* __easy d
Nexus is a Memory Manager for Delphi 7. Its usefull for all application what is work with large amou
Nexus is a Memory Manager for Delphi 7. Its usefull for all application what is work with large amount of variable. Help for avoid the memory leaks.
WINDOWS调试工具很强大
WINDOWS调试工具很强大,但是学习使用它们并不容易。特别对于驱动开发者使用的WinDbg和KD这两个内核调试器(CDB和NTSD是用户态调试器)。本教程的目标是给予一个已经有其他调试工具使用经验的开发者足够信息,使其能通过参考WINDOWS调试工具的帮助文件进行内核调试。本文将假定开发者熟悉一般WINDOWS操作系统和进程的建立过程。
本文的重点是集成内核模式和用户态模式的图形化调试器Win
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end
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
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t
Memory Manager for delphi 5-2007. Usefully to find the memory leaks and help for optimalize your mem
Memory Manager for delphi 5-2007. Usefully to find the memory leaks and help for optimalize your memory management.
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallo
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.