valgrind
用于内存调试、内存泄漏检测以及性能分析的软件开发工具
Valgrind是一款用于内存调试、内存泄漏检测以及性能分析的软件开发工具。
基本信息
Valgrind这个名字取自北欧神话中英灵殿的入口。
Valgrind的最初作者是Julian Seward,他于2006年由于在开发Valgrind上的工作获得了第二届Google-O'Reilly开源代码奖。
Valgrind遵守GNU通用公共许可证条款,是一款自由软件。
到3.3.0版本为止,Valgrind支持x86、x86-64以及PowerPC上的Linux。除此之外,还有一些其它非正式支持的类Unix平台(如FreeBSD、NetBSD以及Mac OS X)。
参考资料
* Julian Seward and Nicholas Nethercote.Using Valgrind to detect undefined value errors with bit-precision.Proceedings of the USENIX Annual Technical Conference 2005.USENIX Association.
* J. Seward, N. Nethercote, J. Weidendorfer and the Valgrind Development Team(March 2008).Valgrind 3.3 — Advanced Debugging and Profiling for GNU/Linux applications.Network Theory Ltd,164 pages.ISBN 0954612051.
参考资料
Valgrind官方网址.Valgrind Home.
Valgrind系统概述.About Valgrind.
Valgrind完全使用手册.Valgrind Documentation.
最新修订时间:2023-08-16 08:21
目录
概述
基本信息
参考资料
参考资料