mbuffer

package
v1.2.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

mcache

Introduction

mcache is a memory pool which preserves memory in sync.Pool to improve malloc performance.

The usage is quite simple: call mcache.Malloc directly, and don't forget to Free it!

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Free

func Free(buf []byte)

Free should be called when the buf is no longer used.

func Malloc

func Malloc(size int, capacity ...int) []byte

Malloc supports one or two integer argument. The size specifies the length of the returned slice, which means len(ret) == size. A second integer argument may be provided to specify the minimum capacity, which means cap(ret) >= cap.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL