Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_heap_statistics_t Struct Reference

Description

AIROC Bluetooth heap statistics.

Data Fields

uint16_t heap_size
 heap size
 
uint16_t max_single_allocation
 max individual size allocated from the heap till now
 
uint16_t max_heap_size_used
 high watermark/peak heap size used. More...
 
uint16_t allocation_failure_count
 number of times allocation failed
 
uint16_t current_num_allocations
 number of fragments currently allocated
 
uint16_t current_size_allocated
 total size of current allocations
 
uint16_t current_largest_free_size
 largest free fragment size, which can be allocated
 
uint16_t current_num_free_fragments
 num of free fragments
 
uint16_t current_free_size
 total free size of all fragments
 

Field Documentation

◆ max_heap_size_used

uint16_t wiced_bt_heap_statistics_t::max_heap_size_used

high watermark/peak heap size used.

if this size is > 80% then we are running close to edge