Expand description
Process memory management
This module handles the integration between processes and the memory management subsystem, including virtual address space management and memory mapping.
Modules§
Structs§
- CowMapping
- Copy-on-write (COW) support
- File
Mapping - File mapping information
- Memory
Region - Memory region in a process’s address space
- Process
Heap - Heap management for processes
- Thread
Stack - Stack management for threads
Enums§
- Memory
Region Type - Process memory region types
Traits§
- Process
Memory - Process memory operations