Versions in this module Expand all Collapse all v0 v0.0.2 Mar 17, 2022 v0.0.1 Nov 8, 2021 Changes in this version + type Mmap struct + func Mmapf(filename string, offset, length int, prot, flags int) (fd *os.File, mmap *Mmap, err error) + func Mmapfd(fd *os.File, offset, length int, prot, flags int) (*Mmap, error) + func (m *Mmap) Dump() + func (m *Mmap) Flush() error + func (m *Mmap) Lock() error + func (m *Mmap) Read(p []byte) (n int, err error) + func (m *Mmap) Reset() + func (m *Mmap) Seek(off int) error + func (m *Mmap) String() string + func (m *Mmap) Unlock() error + func (m *Mmap) Unmap() error + func (m *Mmap) Write(p []byte) (n int, err error) + func (m *Mmap) WriteString(p string) (n int, err error)