Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryFree()

Attempts to free this block.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public int TryFree()

Returns

Type

Description

int0 if successful. Otherwise, returns the error code from the allocator function.