Struct AllocatorManager.Range
Pointer for the beginning of a block of memory, number of items in it, which allocator it belongs to, and which block this is.
Namespace: Unity.Collections
Syntax
public struct Range : IDisposable
Fields
Allocator
Declaration
public AllocatorManager.SmallAllocatorHandle Allocator
Field Value
Type | Description |
---|---|
AllocatorManager.SmallAllocatorHandle |
Block
Declaration
public AllocatorManager.BlockHandle Block
Field Value
Type | Description |
---|---|
AllocatorManager.BlockHandle |
Items
Declaration
public int Items
Field Value
Type | Description |
---|---|
Int32 |
Pointer
Declaration
public IntPtr Pointer
Field Value
Type | Description |
---|---|
IntPtr |
Methods
Dispose()
Declaration
public void Dispose()