| Interface | Description |
|---|---|
| PosixAPI |
This interface provides a set of methods for interacting with POSIX APIs.
|
| Class | Description |
|---|---|
| Mapping |
This class represents a memory mapping in the /proc/[pid]/maps file.
|
| ProcMaps |
This class provides methods to read and parse the memory mappings from the /proc filesystem on Linux.
|
| Enum | Description |
|---|---|
| ClockId |
This enum represents the different clock IDs used in clock operations.
|
| LockfFlag |
This enum represents the different flags for file locking (lockf) operations.
|
| MAdviseFlag |
This enum represents the different flags for memory advice (madvise) operations.
|
| MclFlag |
This enum represents the different flags for memory locking (mlockall) operations.
|
| MMapFlag |
This enum represents the different flags for mmap operations.
|
| MMapProt |
This enum represents the different memory protection options for mmap.
|
| MSyncFlag |
This enum represents the different flags for memory synchronization (msync) operations.
|
| OpenFlag |
This enum represents the different flags for opening files (open).
|
| WhenceFlag |
This enum represents the different flags for seeking within a file (whence).
|
| Exception | Description |
|---|---|
| PosixRuntimeException |
This class represents a runtime exception specific to POSIX operations.
|
Copyright © 2024. All rights reserved.