aboutsummaryrefslogtreecommitdiffstats
path: root/src/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Add chunk splitting and free-chunk search, use sysconf for page sizeThomas Vanbesien2026-02-271-6/+50
* Add zone allocation, internal data structures, and READMEThomas Vanbesien2026-02-271-5/+38
* Initial scaffold: Makefile, stub malloc/free/realloc, test harnessThomas Vanbesien2026-02-221-0/+15