[Interest] Memory leak problem in a Qt App
Alexander Görtz
nylocx at gmail.com
Fri Oct 30 15:34:39 CET 2015
> Is there any tool for detecting this? Such as one tracking the QObject
> tree, or the number of QObject allocated per subclass?
Hi, there are valgrind massif and heaptrack (https://github.com/KDE/
heaptrack) Also there is GammaRay form KDAB (https://www.kdab.com/gammaray/)
to help you inspect your Object tree.
Maybe one of them will help you with your Problems. For massif and heaptrack
are GUI tools available to visualize the output; heaptrack_gui and massif-
visualizer.
Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20151030/897fb616/attachment.sig>
More information about the Interest
mailing list