package
2.1.0-beta+incompatible
Repository: https://github.com/darkliquid/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.