Hi all,
Is there any way to force the memmory allocation within a program to use only the physical memory? or,
Is there any way to find out, while running the program, if the respective program uses virtual memory?
I am referring specifically to a Win32 Console Application which runs under WinXP.
Although I have exactly determined the necessary memory for my program and it seemed that it fits in my available physical memory it looks like my program uses too much the HDD.
Thanks!
Is there any way to force the memmory allocation within a program to use only the physical memory? or,
Is there any way to find out, while running the program, if the respective program uses virtual memory?
I am referring specifically to a Win32 Console Application which runs under WinXP.
Although I have exactly determined the necessary memory for my program and it seemed that it fits in my available physical memory it looks like my program uses too much the HDD.
Thanks!