C语言内存泄漏检测工具 MemLeak
- 授权协议: 未知
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://sourceforge.net/projects/memleak/
- 软件文档: http://sourceforge.net/projects/memleak/
软件介绍
MemLeak 是一个C语言内存泄漏检测工具。 原理是利用 C 语言的宏调用来替代原有的函数调用, memleak 维护了一个链表,在这个链表中保存着程序中对内存函数调用的记录,这些函数包括:malloc、calloc、realloc、free。
Data Structures and Algorithms with JavaScript
Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51
If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!
