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

@brief Get the size of available heap.

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

@return Available heap size, in bytes.