| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add comments to test programs, replace custom atoi with libcHEADmaster | Thomas Vanbesien | 2026-02-27 | 2 | -16/+19 |
| * | Fix stale filename comment, const qualifier, and int-to-size_t casts | Thomas Vanbesien | 2026-02-27 | 3 | -11/+11 |
| * | Implement realloc and add realloc rounds to random test | Thomas Vanbesien | 2026-02-27 | 2 | -6/+134 |
| * | Add randomized correctness test | Thomas Vanbesien | 2026-02-27 | 2 | -2/+191 |
| * | Implement free and add testing notes to README | Thomas Vanbesien | 2026-02-27 | 2 | -4/+73 |
| * | Add chunk splitting and free-chunk search, use sysconf for page size | Thomas Vanbesien | 2026-02-27 | 2 | -7/+51 |
| * | Add show_alloc_mem and test_show, rename test to test_preload | Thomas Vanbesien | 2026-02-27 | 5 | -8/+131 |
| * | Add zone allocation, internal data structures, and README | Thomas Vanbesien | 2026-02-27 | 5 | -6/+181 |
| * | Initial scaffold: Makefile, stub malloc/free/realloc, test harness | Thomas Vanbesien | 2026-02-22 | 12 | -0/+233 |
