Heap free size: multi_heap_free_size vs esp_get_free_heap_size
Posted: Thu Nov 09, 2023 9:53 am
What is the difference between multi_heap_free_size() and esp_get_free_heap_size()?
The documentation for the former says: 'Returns free heap size. Returns the number of bytes available in the heap.' For the latter: 'Returns the current size of free heap memory'.
The documentation for the former says: 'Returns free heap size. Returns the number of bytes available in the heap.' For the latter: 'Returns the current size of free heap memory'.