package
0.0.0-20220822040130-8eacd36e741a
Repository: https://github.com/hardcore-os/corekv.git
Documentation: pkg.go.dev
# Functions
Madvise uses the madvise system call to give advise about the use of memory when using a slice that is memory-mapped to a file.
No description provided by the author
Mremap unmmap and mmap.
Msync would call sync on the mmapped data.
Munmap unmaps a previously mapped slice.