4 references to RentedMemoryName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs (1)
46
RentedMemoryName
,
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
PinnedBlockMemoryPoolTests.cs (3)
311
using var rentMetric = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.MemoryPool", MemoryPoolMetrics.
RentedMemoryName
);
382
using var rentMetric = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.MemoryPool", MemoryPoolMetrics.
RentedMemoryName
);
410
using var rentMetric = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.MemoryPool", MemoryPoolMetrics.
RentedMemoryName
);