Expand description
Operating system abstractions. Operating System abstractions for MMTk.
Modules§
Macros§
- mmap_
anno_ test - Construct an
MmapAnnotation::Testwith the current file name and line number.
Structs§
- Mmap
Error - Error returned by mmap-related operations in MMTk.
- Mmap
Strategy - Strategy for performing mmap
- OS
- Linux implementation of the
OStrait.
Enums§
- Huge
Page Support - Support for huge pages
- Mmap
Annotation - Annotation for an mmap entry.
- Mmap
Protection - The protection flags for Mmap
Traits§
- OSMemory
- Abstraction for OS memory operations.
- OSProcess
- Abstraction for OS process operations.
- Operating
System 🔒
Type Aliases§
- CoreId
- Representation of a CPU core identifier.
- CoreNum
- Representation of number of CPU cores.
- Mmap
Result - Result type for mmap operations that can return
MmapError.