Vision Apps User Guide
app_mem_stats_t Struct Reference

Detailed Description

Heap statistics and information.

Data Fields

uint32_t heap_id
 
char heap_name [APP_MEM_HEAP_NAME_MAX]
 
uint32_t heap_size
 
uint32_t free_size
 

Field Documentation

◆ heap_id

uint32_t app_mem_stats_t::heap_id

Heap ID, see APP_MEM_HEAP

◆ heap_name

char app_mem_stats_t::heap_name[APP_MEM_HEAP_NAME_MAX]

Heap name

◆ heap_size

uint32_t app_mem_stats_t::heap_size

Heap size in bytes

◆ free_size

uint32_t app_mem_stats_t::free_size

Free space in bytes