You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// public SpanBufferAllocator( Func<int, Span<byte>> allocator)
42
-
// {
43
-
// this._allocator = allocator;
44
-
// }
45
-
46
-
// public override bool TryAllocate( IList<ArraySegment<byte>> arrayBuffers, IList<Span<byte>> spanBuffers, int sizeHint, ref int newCurrentBufferIndex, out Span<byte> newCurrentBuffer )
0 commit comments