Field FirstUserIndex
Index in the global function table of the first user-defined allocator.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public const ushort FirstUserIndex = 64
Returns
Type | Description |
---|---|
ushort | Index in the global function table of the first user-defined allocator. |
Remarks
The indexes from 0 up to FirstUserIndex
are reserved and so should not be used for your own allocators.