Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 295 Bytes

README

This repo provides kinds of methods to detect memory leak for CPP/C application.
Linux: Valgrind is preferred
Windows: Build RelWithDebug, and take snapshot to check is perferred.

Windows CRT

method_windows_crt

VLD (Visual Leak Detect)

method_vld