nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_mem_alloc()

void * nrf_wifi_osal_mem_alloc ( size_t  size)

Allocate memory.

Parameters
sizeSize of the memory to be allocated in bytes.

Allocates memory of @size bytes and returns a pointer to the start of the memory allocated.

Returns
Pointer to start of allocated memory on success, NULL on error.