Drew DeVault 10/29/2018

How does virtual memory work?

Read Original

This technical article explains how virtual memory works, covering the role of the MMU, page tables, memory mapping via mmap, process isolation, shared memory, and the use of swap space. It details how pointers map to a large address space, how malloc interacts with the system, and concepts like W^X security and memory-mapped I/O.

How does virtual memory work?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week