Namespace DotNext.Buffers
Classes
ChunkSequence
Represents extension methods for ChunkSequence<T>.
UnmanagedMemoryPool<T>
Represents pool of unmanaged memory,
Structs
ArrayRental<T>
Represents array obtained from array pool.
ChunkSequence<T>
Represents sequence of memory chunks.
ChunkSequence<T>.Enumerator
Represents enumerator of memory chunks.
MemoryRental<T>
Represents the memory obtained from the pool or allocated on the stack or heap.
Interfaces
IUnmanagedMemoryOwner<T>
Represents unmanaged memory access that allows
to obtain