Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在移动设备上运行的大型应用程序,它是用 C++ 编写的,它的 UI 是使用 QT 构建的。
您知道在移动设备上运行 QT 应用程序时我可以运行的任何实用程序来检查内存泄漏吗?
您可以使用 Qt Creator 附带的内存分析器。只需打开您的项目,然后在左侧窗格中转到Analyze,然后Valgrind memory analizer从下拉菜单中选择并启动您的项目。
Analyze
Valgrind memory analizer