Files
u-boot/common
Simon Glass bf6a5e80cf malloc: Refactor malloc_dump() to use output callback
Replace direct printf calls in malloc_dump() with an output callback
function. This introduces dump_out_fn type and dump_to_console() helper,
with malloc_dump_impl() taking the callback and context pointer.

This allows the same implementation logic to be reused for different
output destinations such as writing to a file.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2026-01-03 12:40:43 -07:00
..
2025-12-01 15:57:27 +00:00