# Functions
DumpStats logs the allocator statistics.
FromSlice creates Bytes from the specified slice.
NewWriteBuffer creates new write buffer.
NewWriteBufferMaxContiguous creates new write buffer that will allocate large chunks.
# Variables
ErrInvalidOffset checkable error for supplying an invalid offset.
# Structs
Bytes represents a sequence of bytes split into slices.
WriteBuffer is a write buffer for content of unknown size that manages data in a series of byte slices of uniform size.