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