|
char | HeapItemBitmap |
| Bitmap of atributes of heap item. bit 0: isfreed, OR set to 0xFF if not items exit.
|
|
void * | HeapItemSize |
| Size of current heap item including header.
|
|
void | body |
| The allocated memory of the size at HeapItemSize.
|
|
General structure of the a HeapItem
The documentation for this struct was generated from the following file: