# Functions
Bytes requests a private (non-shared) region of anonymous (not backed by a file) memory from the O.S.
Fd mmaps a file.
File mmap's a file.
Files is a utility function for mmap'ing a group of files at once.
MadviseDontNeed frees mmapped memory.
Munmap munmaps a byte slice that is backed by an mmap.
# Structs
Context provides context about the current mmap for reporting purposes.
Descriptor is a descriptor of a successful mmap.
FileDesc contains the fields required for Mmaping a file using MmapFiles.
FilesResult contains the result of calling MmapFiles.
HugeTLBOptions contains all options related to huge TLB.
Options contains the options for mmap'ing a file.
ReporterOptions contains all options to tracking mmap calls.
# Interfaces
Reporter implements the reporting of mmap.
# Type aliases
FileOpener is the signature of a function that MmapFiles can use to open files.