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

◆ mem_alloc

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

Allocate memory.

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