Documentation
¶
Overview ¶
Package shm provides helpers for dealing with shared memory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mmap ¶
type Mmap []byte
Mmap is a []byte that represents a mmapped file.
func MapPrivate ¶
MapPrivate maps file into memory at the given size with the given prot. It maps it in private mode, meaning that writes to the memory will not be reflected in the file.
Click to show internal directories.
Click to hide internal directories.