| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement realloc and add realloc rounds to random test | Thomas Vanbesien | 2026-02-27 | 1 | -5/+31 |
| | | | | | | | realloc returns the same pointer if the chunk is large enough, otherwise malloc + memcpy + free. The random test now verifies data integrity after resizing across all three categories. | ||||
| * | Initial scaffold: Makefile, stub malloc/free/realloc, test harness | Thomas Vanbesien | 2026-02-22 | 1 | -0/+16 |
| Build system produces libft_malloc_$HOSTTYPE.so shared library with Libft (NOMALLOC=1) as dependency. Stub functions print their name and return NULL. Test runner compares system malloc vs LD_PRELOAD output using write(2) to avoid stdio interference. | |||||
