MemoryPool<T>
Represents a pool of memory blocks.
Returns a singleton instance of a MemoryPool based on arrays.
Returns the maximum buffer size supported by this pool.
protected MemoryPool()
Constructs a new instance of a memory pool.
Frees all resources used by the memory pool.
Frees all resources used by the memory pool.
Returns a memory block capable of holding at least minBufferSize elements of T.