Empresa engajada
Tell me about virtual memory, what it is user for ?
Sigiloso
Virtual Memory is a technique used by the OS to provide memory addressable to a program. This memory address could be made up of Physical Memory or Disk Space. This management of memory can provide a contiguous block of memory to the program but under the hood, it could be swapping for newer memory on disk or assign additional faster RAM locations.