Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryAllocateBlock<T>(out Block, int)

Allocates a block from this allocator.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

TryAllocateBlock<T>(Block, int)

public int TryAllocateBlock<T>(out AllocatorManager.Block block, int items) where T : unmanaged

Parameters

block

Outputs the allocated block.

items

The number of values to allocate for.

Returns

Type

Description

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