2 writes to _currentAlloc
InMemory.FunctionalTests (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
37_currentAlloc = null; 164_currentAlloc = newBlock;
2 references to _currentAlloc
InMemory.FunctionalTests (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
107void** curr = _currentAlloc; 163*newBlock = _currentAlloc;