Qt Detecting Memory Leaks

Analyzing Code
Detecting Memory Leaks with Memcheck
Detecting Memory Leaks with Heob
Profiling and Memory Checking Tools

  • DrMemory
  • heob
  • vld

heob

github.com/ssbssa/heob, Detects buffer overruns and memory leaks.

GammaRay

GammaRay – Examine and manipulate the internals of Qt applications at runtime
Getting GammaRay
github.com/KDAB/GammaRay, GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
YouTube: GammaRay Tutorials (Playlist)

vld

Visual Leak Detector (vld) – Enhanced Memory Leak Detection for Visual C++
github.com/KindDragon/vld, Visual Leak Detector for Visual C++ 2008-2015
vld – Visual Leak Detector for Visual C++ 2008-2015
DebugView v4.90

DrMemory

Dr. Memory, Memory Debugger for Windows, Linux, and Mac
github.com/dynamorio/drmemory, Memory Debugger for Windows, Linux, Mac, and Android
github.com/DynamoRIO/dynamorio, Dynamic Instrumentation Tool Platform
Running Dr. Memory
Preparing Your Application

Forum

How to detect memory leaks in QtCreator on Windows?
Is there a good Valgrind substitute for Windows?
Tool for memory leak detection
Advice on checking for memory leaks and dangling resources?

Leave a Reply

Your email address will not be published. Required fields are marked *