42 #include "nrf_mesh_defines.h" 66 #define MESH_MEM_SIZE_MIN NRF_MESH_UPPER_TRANSPORT_PDU_SIZE_MAX void mesh_mem_free(void *ptr)
Free the allocated memory.
void * mesh_mem_alloc(size_t size)
Allocate size bytes and return a pointer to the allocated memory.
void mesh_mem_init(void)
Initialize the memory manager.
void * mesh_mem_calloc(size_t nmemb, size_t size)
Allocate memory for an array of nmemb elements of size bytes.