[][src]Function esp_idf_bindgen::heap_caps_aligned_free

pub unsafe extern "C" fn heap_caps_aligned_free(ptr: *mut c_void)

@brief Used to deallocate memory previously allocated with heap_caps_aligned_alloc

@param ptr Pointer to the memory allocated @note This function is aimed to deallocate only memory allocated with heap_caps_aligned_alloc, memory allocated with heap_caps_malloc MUST not be passed to this function