標籤

C (1) maple (2) Matlab (11) paper (1) python (14)

2013年11月24日 星期日

Find Memory Leak using visual studio

#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>


在想要看有沒有leak的地方加上.
_CrtDumpMemoryLeaks();

就會Dump出目前leak的memory

沒有留言:

張貼留言