ec_memory_is_low
Last updated March 2020
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.
See Also
Was this page helpful?