Re: [Interest] Using dmalloc with Qt!

2012-03-13 Thread Bo Thorsen
Den 13-03-2012 13:35, Lata Agrawal skrev: > Thanks for replying. You mean I should port my QT application to > Linux/x86 and then then analyze it with Valgrind. That is one option but > there is media player which I am using to play media files which I can > only use on Linux/MIPS device. So will n

Re: [Interest] Using dmalloc with Qt!

2012-03-13 Thread Lata Agrawal
Thanks for replying. You mean I should port my QT application to Linux/x86 and then then analyze it with Valgrind. That is one option but there is media player which I am using to play media files which I can only use on Linux/MIPS device. So will not be able to get memory leaks from this media pla

Re: [Interest] Using dmalloc with Qt!

2012-03-13 Thread Diego Iastrubni
On Tue, Mar 13, 2012 at 1:21 PM, Lata Agrawal 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 , > I understan

[Interest] Using dmalloc with Qt!

2012-03-13 Thread Lata Agrawal
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 , I understand that *dmalloc* would be the one which I can use. I am not su