aboutsummaryrefslogtreecommitdiffstats
path: root/src/show_alloc_mem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add show_alloc_mem and test_show, rename test to test_preloadThomas Vanbesien2026-02-271-0/+87
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.