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

◆ mem_zalloc

void *(* nrf_wifi_osal_ops::mem_zalloc) (size_t size)

Allocate zero-initialized memory.

Parameters
sizeThe size of the memory to allocate.
Returns
A pointer to the start of the allocated memory.