[Interest] Using dmalloc with Qt!

Diego Iastrubni diegoiast at gmail.com
Tue Mar 13 13:08:53 CET 2012


On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal
<lata.agrawal at enrouteinc.com>wrote:

> I am writing a QT application which runs on Linux/MIPS platform. I want to
> use a memory detector tool for my QT application. After going through this
> link <http://blog.kaushalgoa.com/2009/01/memory-leak-detection-tools.html>,
> I understand that *dmalloc* would be the one which I can use. I am not
> sure how to get started to use dmalloc with QT. I am using busybox shell on
> Linux/MIPS device. Please help.
>

My recommendation:

Port this to linux/x86 (or amd64 or ARM) and use Valgrind. Just for
development. When I faced problems on ARM, I ported my app to x86 and
tested it with valgrind.

BTW:
Did you read this? http://dmalloc.com/docs/latest/online/dmalloc_toc.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120313/eb3b914f/attachment.html>


More information about the Interest mailing list