1 instantiation of DiagnosticMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
16
return new
DiagnosticMemoryPool
(CreatePinnedBlockMemoryPool(meterFactory));
2 references to DiagnosticMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
21
private readonly
DiagnosticMemoryPool
_pool;
34
internal DiagnosticPoolBlock(
DiagnosticMemoryPool
pool, IMemoryOwner<byte> memoryOwner)