Overview
-
class IO
-
module Memory
-
module Generic
Generic implementation of memory-mapped IO using temporary files.
-
module Implementation
-
class Handle
Handle class that wraps the IO and manages tempfile cleanup
-
-
-
module Linux
Linux-specific implementation of memory-mapped IO using memfd_create.
-
module Implementation
-
class Handle
Handle class that wraps the IO
-
-
module POSIX
POSIX implementation of memory-mapped IO using shm_open.
-
module Implementation
-
class MemoryError
-
class Handle
Handle class that wraps the IO and manages shared memory cleanup
-
-
class MemoryError
Exception raised when memory operations fail.
-
-