MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <gdi.h>

Data Fields

size_t sz_block
 
size_t sz_heap
 
size_t nr_alloc
 
size_t sz_usage_bmp
 
unsigned char * heap
 
unsigned char * usage_bmp
 

Detailed Description

MiniGUI's private block data heap.

See also
InitBlockDataHeap, DestroyBlockDataHeap

Definition at line 589 of file gdi.h.

Field Documentation

◆ heap

unsigned char* heap

The pointer to the pre-allocated heap.

Definition at line 603 of file gdi.h.

◆ nr_alloc

size_t nr_alloc

The number of blocks extra allocated.

Definition at line 598 of file gdi.h.

◆ sz_block

size_t sz_block

Size of one block element in bytes.

Definition at line 594 of file gdi.h.

◆ sz_heap

size_t sz_heap

Size of the heap in blocks.

Definition at line 596 of file gdi.h.

◆ sz_usage_bmp

size_t sz_usage_bmp

The size of usage bitmap in bytes.

Definition at line 600 of file gdi.h.

◆ usage_bmp

unsigned char* 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: