DataChunker::DataBlock Struct Reference

List of all members.

Detailed Description

Block of allocated memory.

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


Public Member Functions

 DataBlock (S32 size)
 ~DataBlock ()

Public Attributes

DataBlocknext
 linked list pointer to the next DataBlock for this chunker
U8data
 allocated pointer for the base of this page
S32 curIndex
 current allocation point within this DataBlock


Constructor & Destructor Documentation

DataChunker::DataBlock::DataBlock ( S32  size  ) 

DataChunker::DataBlock::~DataBlock (  ) 


Member Data Documentation

linked list pointer to the next DataBlock for this chunker

allocated pointer for the base of this page

current allocation point within this DataBlock