1 instantiation of DiagnosticMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
11
return new
DiagnosticMemoryPool
(CreatePinnedBlockMemoryPool());
2 references to DiagnosticMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
20
private readonly
DiagnosticMemoryPool
_pool;
33
internal DiagnosticPoolBlock(
DiagnosticMemoryPool
pool, IMemoryOwner<byte> memoryOwner)