Struct AllocatorManager.Range | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    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()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX