# 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.