Skip to main content

otPlatCryptoFree

Function otPlatCryptoFree 

Source
pub unsafe extern "C" fn otPlatCryptoFree(aPtr: *mut c_void)
Expand description

Frees memory that was dynamically allocated by otPlatCryptoCAlloc().

Is required for OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE.

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