EmptyWorkingSet과 SetProcessWorkingSetSize를 이용한 메모리 최적화 툴 제작하기
프로그래밍 언어/C++ 2012. 2. 10. 17:59
Colored By Color Scripter™1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162#include #include #pragma comment(lib, "Kernel32.lib")#pragma comment(lib, "psapi.lib") // SetProcessWorkingSetSize()를 이용한 메모리 최적화 소스 HANDLE hProcess = NULL; int i=0; for( i=0; i