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)
107
void** curr =
_currentAlloc
;
163
*newBlock =
_currentAlloc
;