3 writes to _currentMemory
Microsoft.AspNetCore.Server.HttpSys (3)
src\Shared\Buffers.MemoryPool\PinnedBlockMemoryPool.cs (3)
104Interlocked.Add(ref _currentMemory, -block.Memory.Length); 142Interlocked.Add(ref _currentMemory, block.Memory.Length); 218Interlocked.Add(ref _currentMemory, -block.Memory.Length);