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