| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement free and add testing notes to README | Thomas Vanbesien | 2026-02-27 | 1 | -0/+16 |
| | | | | | | | free now locates the chunk matching the pointer, marks it as free for TINY/SMALL zones, and munmaps LARGE allocations. Document why ASan is incompatible and list alternatives. | ||||
| * | Add zone allocation, internal data structures, and README | Thomas Vanbesien | 2026-02-27 | 1 | -0/+55 |
| 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. | |||||
