I have a large application which I run on a mobile device, written in C++ where it’s UI is built using QT.
Do you know any utility that I can run to check for memory leaks while running the QT application on the mobile device?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the memory analizer that ships with Qt Creator. Just open your project, and on the left pane go to
Analyze, then chooseValgrind memory analizerfrom the drop down menu and start your project.