package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

NewAllocator creates an Allocator with a specified capacity.

# Variables

StdAllocator implements Allocator but do not pre-allocate memory.

# Structs

SimpleAllocator is a simple implementation of ArenaAllocator.

# Interfaces

Allocator pre-allocates memory to reduce memory allocation cost.