Overview
-
class IO-
module Memory-
module GenericGeneric implementation of memory-mapped IO using temporary files.
-
module Implementation-
class HandleHandle class that wraps the IO and manages tempfile cleanup
-
-
-
module LinuxLinux-specific implementation of memory-mapped IO using memfd_create.
-
module Implementation-
class HandleHandle class that wraps the IO
-
-
module POSIXPOSIX implementation of memory-mapped IO using shm_open.
-
module Implementation-
class MemoryError -
class HandleHandle class that wraps the IO and manages shared memory cleanup
-
-
class MemoryErrorException raised when memory operations fail.
-
-