2 references to BlockSize
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (1)
15
private static readonly int MinAllocBufferSize = PinnedBlockMemoryPool.
BlockSize
/ 2;
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (1)
66
return new MemoryPoolBlock(this,
BlockSize
);