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

◆ nrf_wifi_osal_mem_free()

void nrf_wifi_osal_mem_free ( void *  buf)

Free previously allocated memory.

Parameters
bufPointer to the memory to be freed.

Free up memory which has been allocated using nrf_wifi_osal_mem_alloc or nrf_wifi_osal_mem_zalloc.

Returns
None.