Versions in this module Expand all Collapse all v18 v18.0.0 Oct 15, 2024 Changes in this version + type Mallocator struct + func NewMallocator() *Mallocator + func (alloc *Mallocator) Allocate(size int) []byte + func (alloc *Mallocator) AllocatedBytes() int64 + func (alloc *Mallocator) AssertSize(t TestingT, sz int) + func (alloc *Mallocator) Free(b []byte) + func (alloc *Mallocator) Reallocate(size int, b []byte) []byte + type TestingT interface + Errorf func(format string, args ...interface{}) + Helper func() v18.0.0-rc0 Oct 15, 2024