physical memory based
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to defrag and optimize RAM.so that the unreleased memory will be released.can anyone help me to write the program. Thanks nirmal
I am not sure what you mean by that but if you are talking about physical memory management then look into Address Windowing Extensions provided in Win API. It lets you lock in some pages in physical memory, for example, when you do OS-level optimization of your algorithms working with reasonably large data sets.