github.com/aaabigfish/gopkg@v1.1.0/cache/mcache/README.md (about) 1 # mcache 2 3 ## Introduction 4 5 `mcache` is a memory pool which preserves memory in `sync.Pool` to improve malloc performance. 6 7 The usage is quite simple: call `mcache.Malloc` directly, and don't forget to `Free` it!