custom C memory allocator
Find a file
2026-01-06 14:47:04 +01:00
includes fixed segfaults and linking issues 2026-01-06 13:33:50 +01:00
libft added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists 2025-12-13 06:07:24 +01:00
srcs store real (asked for) size into malloc history instead of rounded up size 2026-01-06 14:47:04 +01:00
main.c added the mandatory show_alloc_mem, and sorted the zones by increasing address in the linked lists 2025-12-13 06:07:24 +01:00
main_bonus.c BROKEN fixed deadlocks, but introduced segfault and somehow now a linker issue 2026-01-05 16:59:57 +01:00
main_show_alloc_mem.c BROKEN fixed deadlocks, but introduced segfault and somehow now a linker issue 2026-01-05 16:59:57 +01:00
Makefile fixed segfaults and linking issues 2026-01-06 13:33:50 +01:00