MemoryManager<T>
Manager of Memory<T> that provides the implementation.
Returns a Memory<T>.
protected MemoryManager()
Returns a Memory<T> for the current MemoryManager<T>.
Returns a Memory<T> for the current MemoryManager<T>.
Clean up of any leftover managed and unmanaged resources.
Returns a span wrapping the underlying memory.
Returns a handle to the memory that has been pinned and hence its address can be taken.
Lets the garbage collector know that the object is free to be moved now.