This version of Unity is unsupported.

UnsafeUtility.FreeTracked

Declaration

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

Parameters

memory Memory pointer.
allocator Allocator.

Description

Free memory with leak tracking.