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