[][src]Function esp_idf_sys::esp_get_free_heap_size

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

@brief Get the size of available heap.

Note that the returned value may be larger than the maximum contiguous block which can be allocated.

@return Available heap size, in bytes.