2 instantiations of DiagnosticMemoryPool
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (1)
1164var memoryPool = new DiagnosticMemoryPool(new PinnedBlockMemoryPool(), allowLateReturn: true);
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
16return new DiagnosticMemoryPool(CreatePinnedBlockMemoryPool(meterFactory));
3 references to DiagnosticMemoryPool
Interop.FunctionalTests (3)
Http3\Http3RequestTests.cs (1)
1164var memoryPool = new DiagnosticMemoryPool(new PinnedBlockMemoryPool(), allowLateReturn: true);
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
21private readonly DiagnosticMemoryPool _pool; 34internal DiagnosticPoolBlock(DiagnosticMemoryPool pool, IMemoryOwner<byte> memoryOwner)