aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix stale filename comment, const qualifier, and int-to-size_t castsThomas Vanbesien2026-02-273-11/+11
* Implement realloc and add realloc rounds to random testThomas Vanbesien2026-02-272-6/+134
* Add randomized correctness testThomas Vanbesien2026-02-272-2/+191
* Implement free and add testing notes to READMEThomas Vanbesien2026-02-272-4/+73
* Add chunk splitting and free-chunk search, use sysconf for page sizeThomas Vanbesien2026-02-272-7/+51
* Add show_alloc_mem and test_show, rename test to test_preloadThomas Vanbesien2026-02-275-8/+131
* Add zone allocation, internal data structures, and READMEThomas Vanbesien2026-02-275-6/+181
* Initial scaffold: Makefile, stub malloc/free/realloc, test harnessThomas Vanbesien2026-02-2212-0/+233