搜索资源列表
TestingDoc
- 自动进行JAVA单元测试和代码标准检查来帮助开发人员编写克号的代码的工具。可分析类,然后生成单元测试案例来包括最大的覆盖测试,发现未处理的异常并校验需求。-自动的基本错误预防,包括单元测试和自动代码标准检查-生成并执行单元测试案例-提供了进行黑盒测试、模型测试和系统测试的快速简单的途径-识别并预防未处理的运行时异常,函数错误,内存泄露,性能问题和安全弱点-监控测试的覆盖范围-自动回归测试-检查超过380个来自JAVA专家的编码规范-改正违反超过160个编码规范的错误-允许用户创建自己的编码规范-
opencb内存泄露检测
- 解决opencv开发中遇到内从泄露的问题
memoryleak
- 介绍3种定位内存泄露的手段。CTR检测内存泄露、vc定位内存泄露、windbg定位内存泄露-Describes three kinds of means to locate memory leaks. CTR detect memory leaks, vc locate memory leaks, windbg locate memory leaks
Cneicunxielou
- 描述了C/C++内存泄露的问题,以及如何检查内存泄露,及一些常用工具的使用,较详细.-Described the C/C++ memory leak problem, and how to detect memory leaks, and some common tools to use, more detailed.
C-plus-plus-Memory-Leak-Detect-Tools
- 介绍C++编程中检测内存泄露的工具,比较详细和实用-Programming in C++ memory leak detection tools, more detailed and practical
vld-detailed-guidance-notes
- 内存泄露检查vld-1.9h-setup详细使用指导说明-Memory leak check vld detailed guidance notes
cPP-high-quality-programming
- C++高级特性的讲解,如内存管理,内存泄露,异常处理,以及一些软件工程思想的内容。作者为林锐博士。-C++ explanation of advanced features, such as memory management, memory leaks, exception handling, and some software engineering ideas. The author is Dr. Lin Rui.
gabage_collection
- 此文件是一个的垃圾回收程序,防止内存泄露-This file is a garbage collection program, to prevent memory leaks
FastMM
- 这几天因为一个程序长时间运行出现比较严重的内存泄露问题,开始关注了一下内存管理方面的东西,以前也注意内存管理,创建了对象及时释放,但总有忘了处理的情况。 在Delphi中没有自动回收机制,所以一定要及时释放使用的内存,虽然有时小的内存泄露并不会造成太大的问题。 Delphi中检测内存泄露可以使用开源的FastMM使用很简单。-These days because of a long-running programs appear more serious memory lea
valgrind
- 检测C++编码内存泄露工具valgrind使用方法及常见内存泄露错误-Detecting memory leaks C++ coding methods and common tools used valgrind memory leak errors
OPC-Memory-Management
- 本文档给出了一些建议,以帮助开发人员开发出不会发生内存泄露的OPC服务器和客户端。-This paper will offer suggestions for creating OPC servers and clients that are free of memory leaks.
Memory-Leak
- 内存泄露时,通过钩子函数进行调试,找到内存泄露代码的方法-A memory leak, debugging by hook functions, methods to find memory leaks code
mymalloc
- 自定义实现了动态分配内存的函数,可以检测程序中由于内存分配不当导致的内存泄露-Custom implementation of dynamic memory allocation functions, the program can be detected due to improper memory allocation memory leaks