Versions in this module Expand all Collapse all v0 v0.1.0 Oct 26, 2024 Changes in this version + var PageSize = os.Getpagesize() + func Alloc(size int) ([]byte, error) + func Free(mem []byte) error + func MustAlloc(size int) []byte + func MustFree(mem []byte)