package
1.1.3
Repository: https://github.com/sirgallo/mmcmap.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Map Memory maps an entire file.
MapRegion Memory maps a region of a file.

# Constants

If the ANON flag is set, the mapped memory will not be backed by a file.
COPY: maps the memory as copy-on-write.
EXEC: marks the mapped memory as executable.
RDONLY: maps the memory read-only.
RDWR: maps the memory as read-write.

# Type aliases

MMap The byte array representation of the memory mapped file in memory.