| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add comments to test programs, replace custom atoi with libcHEADmaster | Thomas Vanbesien | 2026-02-27 | 1 | -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_preload | Thomas Vanbesien | 2026-02-27 | 1 | -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. | |||||
