Versions in this module Expand all Collapse all v0 v0.2.1 Mar 8, 2020 v0.2.0 Mar 8, 2020 Changes in this version + type Mem interface + Print func(prefix string) + func NewMem(options ...Option) Mem + type Option func(Mem) + func Alloc(enabled bool) Option + func HeapAlloc(enabled bool) Option + func HeapObjects(enabled bool) Option + func NumGC(enabled bool) Option + func Sys(enabled bool) Option + func TotalAlloc(enabled bool) Option