26extern void ui_init(
const char* app_env_var_prefix);
void ui_cleanup(void)
Cleanup the UI "helper" components.
Definition init.c:30
wmem_allocator_t * wmem_ui_scope(void)
Fetch the current UI memory scope.
Definition init.c:41
void ui_init(const char *app_env_var_prefix)
Initialize the UI "helper" components.
Definition init.c:21
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34