nrfxlib API 0.1.0
|
void * nrf_wifi_osal_mem_zalloc | ( | size_t | size | ) |
Allocated zero-initialized memory.
size | Size of the memory to be allocated in bytes. |
Allocates zero-initialized memory of @size bytes and returns a pointer to the start of the memory allocated.