Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RwFreeList Struct Reference
[RwFreeList]


Data Fields

RwUInt32 entrySize
RwUInt32 entriesPerBlock
RwUInt32 heapSize
RwUInt32 alignment
RwLinkList blockList
RwUInt32 flags
RwLLLink link

Detailed Description

Holds free list info, should be considered opaque. Use API functions to access.


Field Documentation

RwUInt32 alignment
 

Alignment of a free list entry.

RwLinkList blockList
 

List of data blocks.

RwUInt32 entriesPerBlock
 

Number of entries per free list block.

RwUInt32 entrySize
 

Size of an entry in the free list.

RwUInt32 flags
 

Flags which affect the behavior of the free list.
rwFREELISTFLAG_FREEBLOCKS

RwUInt32 heapSize
 

Size of the heap.

RwLLLink link
 

Link to the free list linked list.


Criterion Software © 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:48 2004. Send Feedback