multi_heap_free_size() function
Return free heap size Returns the number of bytes available in the heap. Equivalent to the total_free_bytes member returned by multi_heap_get_heap_info(). Note that the heap may be fragmented, so the actual maximum size for a single malloc() may be lower. To know this size, see the largest_free_block member returned by multi_heap_get_heap_info().
Arguments
heap
Handle to a registered heap.
Return value
Number of free bytes.