MemoryOwner<T>
Represents unified representation of the memory rented using various
types of memory pools.
Determines whether this memory is empty.
Gets managed pointer to the item in the rented memory.
Gets length of the rented memory, in bytes.
Gets the memory belonging to this owner.
Rents the array from the pool.
Rents the memory from the pool.
Retns the memory.
Rents the memory.
Wraps the array as if it was rented.
Wraps the array as if it was rented.
Releases rented memory.