Memory Crunching
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
When you minimize an application, a huge amount of memory is decommited back to the system (You can check this with the Windows Taskmanager)... Does anyone know how to force this inside the application, without minimizing the mainwindow ?
-
When you minimize an application, a huge amount of memory is decommited back to the system (You can check this with the Windows Taskmanager)... Does anyone know how to force this inside the application, without minimizing the mainwindow ?
SetProcessWorkingSetSize. Available on NT/2K only. Tomasz Sowinski -- http://www.shooltz.com.pl
-
SetProcessWorkingSetSize. Available on NT/2K only. Tomasz Sowinski -- http://www.shooltz.com.pl