2 writes to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\PointerArrayMarshaller.cs (2)
142_allocatedMemory = null; 161_allocatedMemory = (TUnmanagedElement*)NativeMemory.Alloc((nuint)spaceToAllocate);
2 references to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\PointerArrayMarshaller.cs (2)
162_span = new Span<TUnmanagedElement>(_allocatedMemory, array.Length); 199NativeMemory.Free(_allocatedMemory);