Virtual Memory
The memory space allocated for a given Process, as part of Process Isolation
A process will see only its memory; attempting to access any address in the space will be isolated to that process - it can’t (e.g.) access a higher address to access the next process.
The manner and size of virtual memory allocation differs by platform.