Constructors
-
Memory
Pool`1() protected Constructs a new instance of a memory pool.
Methods
- Dispose() sealed Frees all resources used by the memory pool.
- Dispose(Boolean) protectedabstract Frees the unmanaged resources used by the memory pool and optionally releases the managed resources.
- Rent(Int32) abstract Returns a memory block capable of holding at least minBufferSize elements of T.
Properties
-
Max
Buffer abstract Gets the maximum buffer size supported by this pool.Size - Shared static Gets a singleton instance of a memory pool based on arrays.