1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
86
_memoryPool
= memoryPool;
6 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1OutputProducer.cs (6)
675
minSize =
_memoryPool
.GetMinimumSegmentSize();
707
if (minSize <=
_memoryPool
.MaxBufferSize)
710
_fakeMemoryOwner =
_memoryPool
.Rent(minSize);
749
sizeHint =
_memoryPool
.GetMinimumSegmentSize();
767
if (sizeHint <=
_memoryPool
.MaxBufferSize)
771
var owner =
_memoryPool
.Rent(sizeHint);