previous | start | next

Process mm_struct

The process table has a pointer to an mm_struct for each process.

The mm_struct:

mmap points to a linked list of vm_area_struct's stored in the kernel portion of the process's virtual memory.

One vm_area_struct for each segment



previous | start | next