Documentation
¶
Overview ¶
Package offheap provides a way to use system memory directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory []byte
Memory represents a private anonymous mmap in-memory-only file that your program can use to read and write bytes. This allows your program to use very large amounts of memory without the Go runtime trying to garbage collect it.
Click to show internal directories.
Click to hide internal directories.