2 writes to _allocatedMemory
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ArrayMarshaller.cs (2)
140_allocatedMemory = null; 159_allocatedMemory = (TUnmanagedElement*)NativeMemory.Alloc((nuint)spaceToAllocate);
2 references to _allocatedMemory
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ArrayMarshaller.cs (2)
160_span = new Span<TUnmanagedElement>(_allocatedMemory, array.Length); 197NativeMemory.Free(_allocatedMemory);