Skip to main content

Name

ec_memory_is_low — Called when the core detects a memory shortage

Synopsis

#include "ec_malloc.h"

| void **ec_memory_is_low** ( | ); |   |

void;

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.

Return Value

This function returns void.

Threading

You can call this function in any thread.

See Also

Was this page helpful?