Main Page   Modules   Compound List   File List   Compound Members   File Members  

_HeapEntry Struct Reference

Header that appears at the start of each alloced or unallocated block in the heap. More...

List of all members.

Public Attributes

HeapEntry * pPrev
 Previous block, or NULL if this is the first block.

HeapEntry * pNext
 Next block, or NULL if this is the last block.

UINT uSize
 Size of this block in bytes, with the lest most bit set if this block is used.

UINT16 uMagic
 Magic value for integrity checking.


Detailed Description

Header that appears at the start of each alloced or unallocated block in the heap.

Must be a multipe of two byes long.


The documentation for this struct was generated from the following file:
Generated on Sat May 11 15:15:42 2002 for JauneRuntimeclib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002