Function esp_idf_sys::multi_heap_reset_minimum_free_bytes

source ยท
pub unsafe extern "C" fn multi_heap_reset_minimum_free_bytes(
    heap: multi_heap_handle_t,
) -> usize
Expand description

@brief Reset the minimum_free_bytes value (setting it to free_bytes) and return the former value

@param heap The heap in which the reset is taking place @return size_t the value of minimum_free_bytes before it is reset