# Functions
DetectUseAfterFreeForTests is an option that allows unit tests to detect bad use of a pooled buffer after it has been released to the pool.
Get returns a new Buffer from the Buffer pool that has been reset.
NewPool returns a pool that we can allocate buffers from.
Put returns a Buffer to the Buffer pool.
# Type aliases
Option configures a buffer pool.