![]() |
nRF Connect SDK API 3.3.99
|
| void app_event_manager_free | ( | void * | addr | ) |
#include <include/app_event_manager.h>
Free memory occupied by the event.
The behavior of this function depends on the actual implementation. The default implementation of this function is same as k_free. It is annotated as weak and can be overridden by user.
| addr | Pointer to previously allocated memory. |