aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test_show.c
Commit message (Collapse)AuthorAgeFilesLines
* Add show_alloc_mem and test_show, rename test to test_preloadThomas Vanbesien2026-02-271-0/+25
Implement show_alloc_mem() to print all zones and allocations by ascending address. Add test_show binary that links directly against libft_malloc.so to exercise it.