Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_BLOCKHEAP Struct Reference
[Block data heap operations]

#include <gdi.h>

Data Fields


Detailed Description

MiniGUI's private block data heap.

See also:
InitBlockDataHeap, DestroyBlockDataHeap

Definition at line 371 of file gdi.h.


Field Documentation

size_t bd_size
 

Size of one block element.

Definition at line 379 of file gdi.h.

int free
 

The first free element in the heap.

Definition at line 387 of file gdi.h.

void* heap
 

Pointer to the pre-allocated heap.

Definition at line 391 of file gdi.h.

size_t heap_size
 

Size of the heap in blocks.

Definition at line 383 of file gdi.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2