4 references to CreatePinnedBlockMemoryPool
InMemory.FunctionalTests (2)
KestrelMetricsTests.cs (2)
276
MemoryPoolFactory = new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.
CreatePinnedBlockMemoryPool
()),
615
MemoryPoolFactory = new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.
CreatePinnedBlockMemoryPool
())
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\MemoryPoolFactory.cs (1)
16
return new DiagnosticMemoryPool(
CreatePinnedBlockMemoryPool
(meterFactory));
Sockets.FunctionalTests (1)
src\Servers\Kestrel\test\FunctionalTests\Http2\ShutdownTests.cs (1)
171
MemoryPoolFactory = new TestServiceContext.WrappingMemoryPoolFactory(() => TestMemoryPoolFactory.
CreatePinnedBlockMemoryPool
()),