Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

ns_monitor.c File Reference

ns_monitor.c File Reference

Utility functions for nanostack maintenance. More...

Go to the source code of this file.


Detailed Description

Utility functions for nanostack maintenance.

This module tracks stack current heap usage and triggers GC if heap usage is too high. GC is triggered by: 1. Heap usage is above HEAP_USAGE_HIGH 2. Heap usage is above HEAP_USAGE_CRITICAL 3. If nsdynmemLIB memory allocation has failed since last check

Definition in file ns_monitor.c.