#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
_CrtMemState old, new, diff;
_CrtMemCheckpoint(&old);
....
_CrtMemCheckpoint(&new);
_CrtMemDifference(&diff, &old, &new);
_CrtMemDumpStatistics(&diff);
_CrtDumpMemoryLeaks();
我的小樹
16 年前
沒有留言:
張貼留言