1 instantiation of PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
19
return new
PinnedBlockMemoryPool
();
3 references to PinnedBlockMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
Internal\SocketConnection.cs (1)
15
private static readonly int MinAllocBufferSize =
PinnedBlockMemoryPool
.BlockSize / 2;
src\Shared\Buffers.MemoryPool\MemoryPoolBlock.cs (2)
13
internal MemoryPoolBlock(
PinnedBlockMemoryPool
pool, int length)
25
public
PinnedBlockMemoryPool
Pool { get; }