3 writes to _currentMemory
Interop.FunctionalTests (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);