-
E
Windows 7 What's wrong with PAGE_NOCACHE in VirtualAlloc/VirtualFree
Hi, I have this code: // AllocTest.cpp : Defines the entry point for the console application. // #include <windows.h> #include <stdio.h> int main(int argc, char * argv[]) { if ( ! SetProcessWorkingSetSize( GetCurrentProcess(), 1024 * 1024 * 1024 * 1.2, 1024 * 1024 * 1024 * 1.2 ) ) {...- erwin
- Thread
- coding cpu load debugging memory management page_nocache performance virtualalloc virtualfree windows xp working set
- Replies: 1
- Forum: Virtualization