aboutsummaryrefslogtreecommitdiffstats
path: root/inc/malloc_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Add zone allocation, internal data structures, and READMEThomas Vanbesien2026-02-271-0/+45
Implement mmap-based zone allocation for TINY (<=128B) and SMALL (<=1024B) categories. malloc now creates zones on demand and returns a pointer to the first chunk.