메모리 사용량1 프로세스 메모리 사용량 확인 sample 프로그램 by MSDN 출처: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682050(v=vs.85).aspx Collecting Memory Usage Information For a ProcessTo determine the efficiency of your application, you may want to examine its memory usage. The following sample code uses the GetProcessMemoryInfo function to obtain information about the memory usage of a process.C++#include #include #include // To ensure correct r.. 2014. 3. 4. 이전 1 다음