Module mmap

Module mmap 

Source
Expand description

Memory-mapped file support.

Structs§

MappedSliceMut
Wrapper for a mutable slice that holds a write lock guard, ensuring exclusive access for the lifetime of the slice.
MemoryMappedFile
Memory-mapped file with safe, zero-copy region access.
MemoryMappedFileBuilder
Builder for MemoryMappedFile construction with options.

Enums§

MmapMode
Access mode for a memory-mapped file.
TouchHint
Hint for when to touch (prewarm) memory pages during mapping creation.