From 29b8c1556bf456596c6c067d413b65b51e17724e Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Sun, 22 Feb 2026 12:31:46 +0100 Subject: Initial scaffold: Makefile, stub malloc/free/realloc, test harness 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. --- deps/Libft | 1 + 1 file changed, 1 insertion(+) create mode 160000 deps/Libft (limited to 'deps/Libft') diff --git a/deps/Libft b/deps/Libft new file mode 160000 index 0000000..2d515c1 --- /dev/null +++ b/deps/Libft @@ -0,0 +1 @@ +Subproject commit 2d515c104c9e8bc3d2cc9d27c44fd3feb8945699 -- cgit v1.2.3