ec_memory_is_low
Name
ec_memory_is_low — Called when the core detects a memory shortage
Synopsis
#include "ec_malloc.h"
| void **ec_memory_is_low** (
| )
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.0.18.
Called when the core detects a memory shortage.
The purpose of this function is to try to flush or otherwise release resources back to the system, if possible.
This function returns void.
You can call this function in any thread.