| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add chunk splitting and free-chunk search, use sysconf for page size | Thomas Vanbesien | 2026-02-27 | 1 | -1/+1 |
| | | | | | | | malloc now searches zones for a free chunk, splits it to the requested aligned size, and allocates a new zone when none have space. Replace getpagesize() with sysconf(_SC_PAGESIZE). | ||||
| * | Add zone allocation, internal data structures, and README | Thomas Vanbesien | 2026-02-27 | 1 | -0/+42 |
| 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. | |||||
