On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal
<lata.agra...@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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to