18 #if !defined MICROUI_HEAP_H
19 #define MICROUI_HEAP_H
27 #if defined(UI_FEATURE_ALLOCATOR)
42 uint32_t MICROUI_HEAP_total_space(
void);
55 uint32_t MICROUI_HEAP_free_space(
void);
64 uint32_t MICROUI_HEAP_number_of_allocated_blocks(
void);
MicroEJ MicroUI library low level API: enable some features according to the hardware capabilities.