Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_heap_statistics_s Struct Reference

AIROC Bluetooth heap statistics. More...

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
 

Detailed Description

AIROC Bluetooth heap statistics.

Field Documentation

uint16_t max_heap_size_used

high watermark/peak heap size used.

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


The documentation for this struct was generated from the following file: