2 references to 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));