1 write to _allocatedMemoryCounter
Interop.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs (1)
35_allocatedMemoryCounter = _meter.CreateCounter<long>(
2 references to _allocatedMemoryCounter
Interop.FunctionalTests (2)
src\Shared\Buffers.MemoryPool\MemoryPoolMetrics.cs (2)
69if (_allocatedMemoryCounter.Enabled) 80_allocatedMemoryCounter.Add(bytes, tags);