Documentation ¶
Overview ¶
Package gcmmap provides mmap(2) that can be garbage collected by Go's garbage collector. There is no explicit munmap.
It uses unsafe and evil trickery. USE AT YOUR OWN RISK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NumActive atomic.Int32
NumActive is the number of mmaps that have not yet been garbage collected.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.