nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ app_event_manager_alloc()

void * app_event_manager_alloc ( size_t  size)

#include <include/app_event_manager.h>

Allocate event.

The behavior of this function depends on the actual implementation. The default implementation of this function is same as k_malloc. It is annotated as weak and can be overridden by user.

Parameters
sizeAmount of memory requested (in bytes).
Return values
Addressof the allocated memory if successful, otherwise NULL.