c语言笔记1:内存泄漏

Reference:

1.在 Linux 平台中调试 C/C++ 内存泄漏方法 : https://www.ibm.com/developerworks/cn/linux/l-cn-memleak/index.html

2.一个跨平台的 C++ 内存泄漏检测器 : https://www.ibm.com/developerworks/cn/linux/l-mleak2/index.html

3.Debugging Programs with GDB and memory leaks : https://www.cs.cmu.edu/~guna/15-123S11/Lectures/Lecture06.pdf

4.C/C++内存泄露检测 : http://www.cnblogs.com/xey-csu/p/5398857.html

5.C 检测内存泄露 : https://blog.csdn.net/typename/article/details/7058562

6.Memory Leak Detection in C++ : https://www.linuxjournal.com/article/6556

原文地址:https://www.cnblogs.com/wordchao/p/9664162.html