2 writes to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (2)
107
_allocatedMemory
= null;
127
_allocatedMemory
= (TUnmanagedElement*)NativeMemory.Alloc((nuint)bufferSize);
2 references to _allocatedMemory
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ReadOnlySpanMarshaller.cs (2)
128
_span = new Span<TUnmanagedElement>(
_allocatedMemory
, managed.Length);
163
NativeMemory.Free(
_allocatedMemory
);