Hi,
I'm currently working on a program that need to hold specific address in memory and to be sure that it will never be swap by the OS for another process and the solution of doing a while(true) to hold the process is not a working solution here ...
so I want to know how can I reserve and lock memory addresses in C++,
thanks
jul ^_^
"Computer Science is no more about computers than astronomy is about telescopes"
E. W. Dijkstra.
I'm currently working on a program that need to hold specific address in memory and to be sure that it will never be swap by the OS for another process and the solution of doing a while(true) to hold the process is not a working solution here ...
so I want to know how can I reserve and lock memory addresses in C++,
thanks
jul ^_^
"Computer Science is no more about computers than astronomy is about telescopes"
E. W. Dijkstra.