BufferPool
(static) List<BufferPool> Pools( get; set; )
(ctor) BufferPool( string name, int initialCapacity, int bufferSize )
byte[] AcquireBuffer()
void Free()
void GetInfo( out string name, out int freeCount, out int initialCapacity, out int currentCapacity, out int bufferSize, out int misses )
void ReleaseBuffer( byte[] buffer )