当前位置:编程学习 > wap >>

Qt在windows下怎么检测内存泄露

现在在学习Qt,但有个问题是怎么检测内存泄露。VS的话IDE自带这功能。暂时不想在VS下开发Qt,想用QtCreator开发,毕竟LINUX下没有VS。valgrind网上看只能在LINUX下使用,装了Visual Leak Detector,但他连智能指针都报内存泄露。。。各位大侠有其他好的工具么。 --------------------编程问答-------------------- Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and on Windows access to un-reserved thread local storage slots and common GDI API usage errors.

Dr. Memory operates on unmodified application binaries running on Windows or Linux on commodity IA-32 and AMD64 hardware. Dr. Memory currently targets 32-bit applications only. --------------------编程问答-------------------- Umdhtools.exe: How to use Umdh.exe to find memory leaks --------------------编程问答-------------------- Comparison Of Memory Tools 
补充:移动开发 ,  Qt
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,