MiniGUI API Reference (MiniGUI-Standalone)  v4.0.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 404 of file gdi.h.

Field Documentation

◆ bd_size

size_t bd_size

Size of one block element.

Definition at line 412 of file gdi.h.

◆ free

int free

The first free element in the heap.

Definition at line 420 of file gdi.h.

◆ heap

void* heap

Pointer to the pre-allocated heap.

Definition at line 424 of file gdi.h.

◆ heap_size

size_t heap_size

Size of the heap in blocks.

Definition at line 416 of file gdi.h.


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