[][src]Function esp_idf_sys::system_get_free_heap_size

pub unsafe extern "C" fn system_get_free_heap_size() -> u32

@cond */ @brief Get the size of available heap.

Function has been renamed to esp_get_free_heap_size. This name will be removed in a future release.

@return Available heap size, in bytes.