Struct NativeStream.BlockStreamData
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
Field Value
Type |
Description |
System.Int32 |
|
Blocks
Declaration
public NativeStream.Block**Blocks
Field Value
RangeCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Ranges
Declaration
public NativeStream.Range*Ranges
Field Value
Methods
Allocate(NativeStream.Block*, Int32)
Declaration
public NativeStream.Block*Allocate(NativeStream.Block*oldBlock, int threadIndex)
Parameters
Returns
Extension Methods