Documentation ¶
Index ¶
- Constants
- func MadviseNormal(mmapHandle1 []byte) error
- func MadviseRandom(mmapHandle1 []byte) error
- func MadviseSequential(mmapHandle1 []byte) error
- func MadviseWillNeed(mmapHandle1 []byte) error
- func Mmap(f *os.File, size int) ([]byte, *[MaxMapSize]byte, error)
- func MmapRw(f *os.File, size int) ([]byte, *[MaxMapSize]byte, error)
- func Munmap(mmapHandle1 []byte, _ *[MaxMapSize]byte) error
Constants ¶
View Source
const MaxMapSize = 0xFFFFFFFFFFFF
Variables ¶
This section is empty.
Functions ¶
func MadviseNormal ¶
func MadviseRandom ¶
func MadviseSequential ¶
func MadviseWillNeed ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.