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