- madvise(long, long, MAdviseFlag) - Method in interface net.openhft.posix.PosixAPI
-
Advises the kernel about how to handle paging input/output.
- madvise(long, long, int) - Method in interface net.openhft.posix.PosixAPI
-
Advises the kernel about how to handle paging input/output.
- MAdviseFlag - Enum in net.openhft.posix
-
This enum represents the different flags for memory advice (madvise) operations.
- malloc(long) - Method in interface net.openhft.posix.PosixAPI
-
Allocates memory of a specified size.
- Mapping - Class in net.openhft.posix
-
This class represents a memory mapping in the /proc/[pid]/maps file.
- Mapping(String) - Constructor for class net.openhft.posix.Mapping
-
Constructs a Mapping object by parsing a line from the /proc/[pid]/maps file.
- MclFlag - Enum in net.openhft.posix
-
This enum represents the different flags for memory locking (mlockall) operations.
- mlock(long, long) - Method in interface net.openhft.posix.PosixAPI
-
Locks a range of the process's virtual address space into RAM.
- mlock2(long, long, boolean) - Method in interface net.openhft.posix.PosixAPI
-
Locks a range of the process's virtual address space into RAM.
- mlockall(MclFlag) - Method in interface net.openhft.posix.PosixAPI
-
Locks all current and future pages into RAM.
- mlockall(int) - Method in interface net.openhft.posix.PosixAPI
-
Locks all current and future pages into RAM.
- mmap(long, long, MMapProt, MMapFlag, int, long) - Method in interface net.openhft.posix.PosixAPI
-
Maps files or devices into memory.
- mmap(long, long, int, int, int, long) - Method in interface net.openhft.posix.PosixAPI
-
Maps files or devices into memory.
- MMapFlag - Enum in net.openhft.posix
-
This enum represents the different flags for mmap operations.
- MMapProt - Enum in net.openhft.posix
-
This enum represents the different memory protection options for mmap.
- msync(long, long, MSyncFlag) - Method in interface net.openhft.posix.PosixAPI
-
Synchronizes changes to a file with the storage device.
- msync(long, long, int) - Method in interface net.openhft.posix.PosixAPI
-
Synchronizes changes to a file with the storage device.
- MSyncFlag - Enum in net.openhft.posix
-
This enum represents the different flags for memory synchronization (msync) operations.
- munmap(long, long) - Method in interface net.openhft.posix.PosixAPI
-
Unmaps files or devices from memory.
- value() - Method in enum net.openhft.posix.ClockId
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.LockfFlag
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.MAdviseFlag
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.MMapFlag
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.MMapProt
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.MSyncFlag
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.OpenFlag
-
This method is a getter for the value instance variable.
- value() - Method in enum net.openhft.posix.WhenceFlag
-
This method is a getter for the value instance variable.
- valueOf(String) - Static method in enum net.openhft.posix.ClockId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.LockfFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.MAdviseFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.MclFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.MMapFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.MMapProt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.MSyncFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.OpenFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.posix.WhenceFlag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.openhft.posix.ClockId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.LockfFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.MAdviseFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.MclFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.MMapFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.MMapProt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.MSyncFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.OpenFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.posix.WhenceFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.