nRF WiFi
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_data_mem_zalloc()

void * nrf_wifi_osal_data_mem_zalloc ( size_t size)

Allocated zero-initialized memory for data.

Parameters
sizeSize of the memory to be allocated in bytes.

Allocates memory of size bytes, zeroes it out and returns a pointer to the start of the memory allocated.

Returns
: Pointer to start of allocated memory or NULL.