2 writes to _currentAlloc
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
37_currentAlloc = null; 164_currentAlloc = newBlock;
2 references to _currentAlloc
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
107void** curr = _currentAlloc; 163*newBlock = _currentAlloc;