1 write to _totalAllocatedMemory
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPoolMetrics.cs (1)
29_totalAllocatedMemory = _meter.CreateCounter<long>(
1 reference to _totalAllocatedMemory
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPoolMetrics.cs (1)
52_totalAllocatedMemory.Add(bytes);