![]() |
nRF WiFi
|
| void * nrf_wifi_osal_data_mem_zalloc | ( | size_t | size | ) |
Allocated zero-initialized memory for data.
| size | Size 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.