Skip to main content

Module buffer_pool

Module buffer_pool 

Source
Expand description

Pre-allocated Buffer Pool

Eliminates per-packet memory allocations for maximum throughput.

Structs§

BufferPool
A pool of pre-allocated buffers for zero-allocation I/O
PoolStats
Pool statistics
PooledBuffer
A buffer borrowed from the pool

Functions§

global_pool
Get the global buffer pool