有没有基于ARM/linux下面的检测内存泄漏的工具或者方法
最简单的,top命令,不过这个要求你对代码非常熟悉。
工具的 http:-//linux.chinaunix.-net/techdoc/system/2008/01/02/975691.shtml 这上工具介绍的挺全的
Valgrind 现在还不支持arm架构吧 按照..../valgrind-3.5.0/docs/internals/porting-to-ARM.txt文档 进行移植 有很多问题 好不容易生成Makefile 结果make 又是一堆错误提示
不知道有没有用过C++ test工具(或者其他的工具),来检测在arm运行上的程序 kdevelop 有检测内存的功能么?
|