zephyr::raw

Function sys_heap_print_info

source
pub unsafe extern "C" fn sys_heap_print_info(
    heap: *mut sys_heap,
    dump_chunks: bool,
)
Expand description

@brief Print heap internal structure information to the console

Print information on the heap structure such as its size, chunk buckets, chunk list and some statistics for debugging purpose.

@param heap Heap to print information about @param dump_chunks True to print the entire heap chunk list