nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
nrf_cloud_os.h File Reference
#include <stdlib.h>
#include <zephyr/kernel.h>

Go to the source code of this file.

Data Structures

struct  nrf_cloud_os_mem_hooks
 Custom OS memory hooks for nRF Cloud library. More...
 

Functions

void nrf_cloud_os_mem_hooks_init (struct nrf_cloud_os_mem_hooks *hooks)
 Initialize the used OS memory hooks. As a default, nRF Cloud library uses OS kernel heap memory (in other words, k_ prepending OS functions). This can be used to override those (for example, to be using OS system heap, that is standard C calloc/malloc/free).