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