esp_idf_hal::sys

Function multi_heap_reset_minimum_free_bytes

Source
pub unsafe extern "C" fn multi_heap_reset_minimum_free_bytes(
    heap: *mut multi_heap_info,
) -> 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