Struct BlockStream.BlockStreamData | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct BlockStream.BlockStreamData

    Namespace: Unity.Collections
    Syntax
    public struct BlockStreamData

    Fields

    AllocationSize

    Declaration
    public const int AllocationSize = 4096
    Field Value
    Type Description
    System.Int32

    Allocator

    Declaration
    public Allocator Allocator
    Field Value
    Type Description
    Allocator

    BlockCount

    Declaration
    public int BlockCount
    Field Value
    Type Description
    System.Int32

    Blocks

    Declaration
    public BlockStream.Block**Blocks
    Field Value
    Type Description
    BlockStream.Block**

    RangeCount

    Declaration
    public int RangeCount
    Field Value
    Type Description
    System.Int32

    Ranges

    Declaration
    public BlockStream.Range*Ranges
    Field Value
    Type Description
    BlockStream.Range*

    Methods

    Allocate(BlockStream.Block*, Int32)

    Declaration
    public BlockStream.Block*Allocate(BlockStream.Block*oldBlock, int threadIndex)
    Parameters
    Type Name Description
    BlockStream.Block* oldBlock
    System.Int32 threadIndex
    Returns
    Type Description
    BlockStream.Block*
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023