aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test_show.c
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to test programs, replace custom atoi with libcHEADmasterThomas Vanbesien2026-02-271-0/+1
| | | | | | Clarify purpose of helper functions and label the allocate/verify/free phases in _s_test_category and _s_test_realloc. Remove _s_atoi in favor of stdlib atoi.
* 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.