#include <gdi.h>
MiniGUI's private block data heap.
- See also
- InitBlockDataHeap, DestroyBlockDataHeap
Definition at line 589 of file gdi.h.
◆ heap
The pointer to the pre-allocated heap.
Definition at line 603 of file gdi.h.
◆ nr_alloc
The number of blocks extra allocated.
Definition at line 598 of file gdi.h.
◆ sz_block
Size of one block element in bytes.
Definition at line 594 of file gdi.h.
◆ sz_heap
Size of the heap in blocks.
Definition at line 596 of file gdi.h.
◆ sz_usage_bmp
The size of usage bitmap in bytes.
Definition at line 600 of file gdi.h.
◆ usage_bmp
The pointer to the usage bitmap.
Definition at line 605 of file gdi.h.
The documentation for this struct was generated from the following file: