Function esp_idf_sys::esp_get_free_internal_heap_size
source ยท pub unsafe extern "C" fn esp_get_free_internal_heap_size() -> u32
Expand description
@brief Get the size of available internal heap.
@note Note that the returned value may be larger than the maximum contiguous block which can be allocated.
@return Available internal heap size, in bytes.