Results 1 to 3 of 3

Thread: Memory Leak Detection

  1. #1
    Join Date
    Mar 2010
    Posts
    63
    Thanks
    6
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Memory Leak Detection

    I made a application in QT4 .There is some memory leak .I am continusly deleting pointers.
    Is there any way to check and debug memory leak in application

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Memory Leak Detection

    On linux you can use Valgrind. On windows there are also tools available, but they are often commercial like Memory Validator by SoftwareVerify.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  3. #3
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    518
    Thanks
    13
    Thanked 77 Times in 75 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Memory Leak Detection

    Hi, for Visual Studio you can use Visual Leak Detector. It's small and free although probably not as powerful as valgrind.

    Ginsengelf

Similar Threads

  1. Memory leak detection
    By Sid in forum Qt Programming
    Replies: 8
    Last Post: 4th May 2011, 22:38
  2. memory leaks detection in QT
    By kompotFX in forum Qt Programming
    Replies: 15
    Last Post: 28th January 2009, 21:29
  3. Memory Leak Detection Tool
    By navi1084 in forum Qt Programming
    Replies: 4
    Last Post: 4th November 2008, 15:44
  4. Memory leak Detection using Valgrind
    By joseph in forum Qt Programming
    Replies: 4
    Last Post: 27th March 2008, 07:34
  5. Qt4 & Visual Studio memory leak detection
    By thomaspu in forum Qt Programming
    Replies: 4
    Last Post: 22nd January 2008, 04:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.