3 references to CreatePinnedBlockMemoryPool
InMemory.FunctionalTests (3)
KestrelMetricsTests.cs (2)
276
MemoryPoolFactory = PinnedBlockMemoryPoolFactory.
CreatePinnedBlockMemoryPool
,
615
MemoryPoolFactory = PinnedBlockMemoryPoolFactory.
CreatePinnedBlockMemoryPool
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
11
return new DiagnosticMemoryPool(
CreatePinnedBlockMemoryPool
());