[][src]Function openthread_sys::otPlatFree

pub unsafe extern "C" fn otPlatFree(aPtr: *mut c_void)

Frees memory that was dynamically allocated.

This function is available and can ONLY be used only when support for multiple OpenThread instances is enabled.

@param[in] aPtr A pointer the memory blocks to free. The pointer may be NULL.