Edit

Share via


SpanMarshaller<T,TUnmanagedElement>.Free(TUnmanagedElement*) Method

Definition

Frees the allocated unmanaged memory.

public:
 static void Free(TUnmanagedElement* unmanaged);
public static void Free (TUnmanagedElement* unmanaged);
static member Free : nativeptr<'UnmanagedElement> -> unit

Parameters

unmanaged
TUnmanagedElement*

A pointer to the allocated unmanaged memory.

Applies to