github.com/songzhibin97/gkit@v1.2.13/cache/mbuffer/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!