Function esp_idf_sys::heap_caps_aligned_free
source ยท pub unsafe extern "C" fn heap_caps_aligned_free(ptr: *mut c_void)
Expand description
@brief Used to deallocate memory previously allocated with heap_caps_aligned_alloc
@param ptr Pointer to the memory allocated @note This function is deprecated, please consider using heap_caps_free() instead