_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 Thu Apr 7 15:58:42 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3