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

@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.