MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <gdi.h>

Data Fields

size_t bd_size
 
size_t heap_size
 
int free
 
void * heap
 

Detailed Description

MiniGUI's private block data heap.

See also
InitBlockDataHeap, DestroyBlockDataHeap

Definition at line 392 of file gdi.h.

Field Documentation

size_t bd_size

Size of one block element.

Definition at line 400 of file gdi.h.

int free

The first free element in the heap.

Definition at line 408 of file gdi.h.

void* heap

Pointer to the pre-allocated heap.

Definition at line 412 of file gdi.h.

size_t heap_size

Size of the heap in blocks.

Definition at line 404 of file gdi.h.


The documentation for this struct was generated from the following file: