| Class and 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.
|
| Mapping
This class represents a memory mapping in the /proc/[pid]/maps file.
|
| 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).
|
| PosixAPI
This interface provides a set of methods for interacting with POSIX APIs.
|
| ProcMaps
This class provides methods to read and parse the memory mappings from the /proc filesystem on Linux.
|
| WhenceFlag
This enum represents the different flags for seeking within a file (whence).
|
Copyright © 2024. All rights reserved.