This version of Unity is unsupported.

UnsafeUtility.Free

Declaration

public static void Free(void* memory, Unity.Collections.Allocator allocator);

Parameters

memory Memory pointer.
allocator Allocator.

Description

Free memory.