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);
197
NativeMemory.Free(
_allocatedMemory
);