Versions in this module Expand all Collapse all v0 v0.4.0 Oct 30, 2021 Changes in this version + type Pinned struct + func (p *Pinned) Store(target interface{}) type Pinner + func (p *Pinner) Pin(pointer interface{}) *Pinned + func (p *Pinner) Unpin() v0.3.0 Jul 27, 2021 Changes in this version + func NoCheck(f func()) + func Scope(f func(Pinner)) + type Pinner func(ptr unsafe.Pointer) ScopePtr + type Ptr struct + func Pin(ptr unsafe.Pointer) Ptr + func (v Ptr) Poke(target *unsafe.Pointer) Ptr + func (v Ptr) Unpin() + type ScopePtr struct + func (v ScopePtr) Poke(target *unsafe.Pointer) ScopePtr