Torque3D Documentation / _generateds / DataChunker::DataBlock

DataChunker::DataBlock

Engine/source/core/dataChunker.h

Block of allocated memory.

More...

Public Attributes

current allocation point within this DataBlock

linked list pointer to the next DataBlock for this chunker

Public Functions

Detailed Description

Block of allocated memory.

This has nothing to do with datablocks as used in the rest of Torque.

Public Attributes

S32 curIndex 

current allocation point within this DataBlock

DataBlock * next 

linked list pointer to the next DataBlock for this chunker

Public Functions

DataBlock()

~DataBlock()

getData()