Public Member Functions | |
DataBlock (S32 size) | |
~DataBlock () | |
Data Fields | |
DataBlock * | next |
linked list pointer to the next DataBlock for this chunker | |
U8 * | data |
allocated pointer for the base of this page | |
S32 | curIndex |
current allocation point within this DataBlock |
|
|
|
|
|
linked list pointer to the next DataBlock for this chunker
|
|
allocated pointer for the base of this page
|
|
current allocation point within this DataBlock
|