Is there any alternative available for checking memory leaks on Cygwin as it does not support Valgrind?
问问题
16736 次
3 回答
3
我对Windows不太了解,但是你可以试试这个工具,它似乎已经在Windows平台上移植了软件: http ://code.google.com/p/drmemory/
此处提供了一些文档:
http://www.burningcutlery.com/derek/docs/drmem-CGO11.pdf
希望这有帮助。
问候。
于 2012-08-04T20:15:16.710 回答
1
检查 DUMA 项目http://duma.sourceforge.net/。它与您需要的有点不同,但希望您能在那里找到答案。
于 2012-08-12T14:41:29.907 回答
1
我最近使用CMemLeak取得了巨大的成功。它非常易于使用,您只需将其包含在每个标头中,并检测内存泄漏、无效写入和非堆释放。它不检测无效读取。
于 2012-09-06T12:55:04.017 回答