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