Files
u-boot/doc/develop
Simon Glass a603e20179 doc: malloc: Add a section on finding memory leaks
Document the practical workflow for detecting and diagnosing memory
leaks in U-Boot, particularly in sandbox builds. This covers:

- Using ut_check_delta() in unit tests for leak detection
- Comparing heap dumps with malloc_dump_to_file()
- Using malloc traffic logging to trace allocations
- Verifying debug functions don't affect heap state
- A step-by-step practical workflow

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2026-01-03 12:41:42 -07:00
..
2025-11-24 06:47:19 -07:00
2025-12-19 22:36:57 -07:00
2026-01-03 12:39:14 -07:00