해더

#if !defined(_AFXDLL)
#include <crtdbg.h>
#if defined(DEBUG) | defined(_DEBUG)
#if !defined(DEBUG_NEW)
#define DEBUG_NEW new(_CLIENT_BLOCK, __FILE__, __LINE__)
#endif
#endif
#endif

시작하고 함수호출


    _CrtSetDbgFlag( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );

메모리 할당 순서 브레이크

_CrtSetBreakAlloc(숫자 할당순서);

_CrtIsMemoryBlock() 올바른 힙인지검사

//전역변수의 소멸자는. 릭 출력후 호출 하는듯