[][src]Function esp_idf_bindgen::multi_heap_dump

pub unsafe extern "C" fn multi_heap_dump(heap: multi_heap_handle_t)

@brief Dump heap information to stdout

For debugging purposes, this function dumps information about every block in the heap to stdout.

@param heap Handle to a registered heap.