pub unsafe extern "C" fn multi_heap_dump(heap: *mut multi_heap_info)
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.