A shared pool of Buffers to save lots of allocs/frees.
| Function | Description | Links |
|---|---|---|
| buf_pool_cleanup() | Release the Buffer pool | |
| buf_pool_get() | Get a Buffer from the pool | |
| buf_pool_release() | Return a Buffer to the pool | |
| pool_increase_size() | Increase the size of the Buffer pool |