MemoryAllocator<T> public sealed delegate MemoryAllocator<T> : MulticastDelegate Represents memory allocator. Documentation Code public MemoryAllocator(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(int length, AsyncCallback callback, object object) public virtual MemoryOwner<T> EndInvoke(IAsyncResult result) public virtual MemoryOwner<T> Invoke(int length)