Documentation
-
About Memory Management - Win32 apps
Each process on 32-bit Microsoft Windows has its own virtual address space that enables addressing up to 4 gigabytes of memory.
-
Virtual Address Space (Memory Management) - Win32 apps
The virtual address space for a process is the set of virtual memory addresses that it can use. The address space for each process is private and cannot be accessed by other processes unless it is shared.
-
Virtual Address Space and Physical Storage - Win32 apps
The maximum amount of physical memory supported by Microsoft Windows ranges from 2 GB to 2 TB, depending on the version of Windows.