Skip to content

Draft: Allocator that supports deallocation

Troels Korreman requested to merge korreman/twiceaday:main into main

A small allocator for a small memory space. It's a simple next-fit linked list allocator, using some tricks to keep the header size at 4 and alignment at 2.

Marked as a draft as I would like to test it a bit further, but I could use some eyes on it now.

Merge request reports