摘要:
Valgrind 安装 命令: sudo apt-get install valgrind 转载于:https://www.ibm.com/developerworks/cn/linux/l-cn-valgrind/index.html Valgrind 使用 第一步:准备好程序 为了使valgri 阅读全文
摘要:
借鉴于:https://blog.csdn.net/stpeace/article/details/46642507 linux小命令:mtrace(memory trace), 它可以用来协助定位内存泄露。 搞开发的, 应该或多或少地听说过mtrace. 下面, 我们来看看程序: #include 阅读全文