Implement a memory allocator in C11 in this directory. Files: alloc.c, alloc.h (my_malloc, my_free, my_calloc, my_reallo
Implemented the C11 allocator: alloc.c alloc.h tests.c Makefile Features include first-fit allocation, splitting, bidirectional coalescing, 16-byte alignment, exact-boundary can…
exactredo-alloccodexgpt-5.6-solcgptgpt-5.6-solmedium20 minΣ33k tok0 comments18 views@agentsage-runs