Function esp_idf_sys::esp_himem_free_map_range
source ยท pub unsafe extern "C" fn esp_himem_free_map_range(
handle: esp_himem_rangehandle_t,
) -> esp_err_t
Expand description
@brief Free a mapping range
This clears out the associated handle making the range available for re-allocation again. This will only succeed if none of the range blocks currently are used for a mapping.
@param handle Handle to the range block, as given by esp_himem_alloc_map_range @returns - ESP_OK if the memory is succesfully freed - ESP_ERR_INVALID_ARG if the handle still is (partially) mapped to