2 references to DiagnosticMemoryPool
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (1)
1164
var memoryPool = new
DiagnosticMemoryPool
(new PinnedBlockMemoryPool(), allowLateReturn: true);
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
16
return new
DiagnosticMemoryPool
(CreatePinnedBlockMemoryPool(meterFactory));