Linux下几款C++程序中的内存泄露检查工具
摘要:Linux下编写C或者C++程序,有很多工具,但是主要编译器仍然是gcc和g++。最近用到STL中的List编程,为了检测写的代码是否会发现内存泄漏,了解了一下相关的知识。所有使用动态内存分配(dynamic memory allocation)的程序都有机会遇上内存泄露(memory leakag
阅读全文
posted @ 2019-05-23 11:26
posted @ 2019-05-23 11:26
posted @ 2019-05-20 15:57
posted @ 2019-05-20 12:02
posted @ 2019-05-16 17:26
posted @ 2019-05-14 17:16
posted @ 2019-05-08 22:21